Skip to content

The chrome extension which sends what you cursored to slack.

License

Notifications You must be signed in to change notification settings

takakd/copy-to-slack

Repository files navigation

Copy to Slack

Chrome extension to note with Slack.

Logo

Photo by Liam Briese on Unsplash

CircleCI   License-MIT

Features

Send contents dragged to slack.

Features

Install

1. Get Slack Webhook URL

  1. Create your Slack App.
  2. Add a new Webhook to your workspace.

See the details here.

2. Load Chrome extension

  1. Open Chrome and Extension tab.
  2. Turn ON Developer mode.
  3. Click Load unpacked and select extroot in this repository.

See the details here.

3. Set Webhook URL on the extension option.

  1. Click the extension icon to open the menu.
  2. Select Options to open the options tab.
  3. Enter Webhook URL and Click Save.

Usage

  1. Select the contents you want to send to Slack.
  2. Right-click to open the menu.
  3. Select Send to Slack menu and the contents will be sent.

Development

Requirement

  • node: v12.17.0
  • npm: 6.14.4

It probably works on another version, but it hs been tested in the above version.

Setup

Install npm packages.

$ npm install

Commands

Command Description
npm run build Build production resources.
npm run build:dev Build development resources.
npm run test Run unit tests.
npm run lint Lint sources by ESLint.
npm run lint:fix Format sources by Prettier.

Structure

.
├── extroot: Directory to put outputs
├── images: Icons
└── src: Sources

License

About

The chrome extension which sends what you cursored to slack.

Topics

Resources

License

Stars

Watchers

Forks