Chrome extension to note with Slack.
Photo by Liam Briese on Unsplash
Send contents dragged to slack.
- Create your Slack App.
- Add a new Webhook to your workspace.
See the details here.
- Open Chrome and Extension tab.
- Turn ON Developer mode.
- Click
Load unpacked
and selectextroot
in this repository.
See the details here.
- Click the extension icon to open the menu.
- Select
Options
to open the options tab. - Enter Webhook URL and Click
Save
.
- Select the contents you want to send to Slack.
- Right-click to open the menu.
- Select
Send to Slack
menu and the contents will be sent.
- node: v12.17.0
- npm: 6.14.4
It probably works on another version, but it hs been tested in the above version.
Install npm packages.
$ npm install
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. |
.
├── extroot: Directory to put outputs
├── images: Icons
└── src: Sources
- MIT license
- Copyright 2020 © takakd