Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdzombak/tab-lists-ext
Send a tab list from the current window to the Things to-do app or to the clipboard.
https://github.com/cdzombak/tab-lists-ext
clipboard firefox firefox-extension things3
Last synced: 11 days ago
JSON representation
Send a tab list from the current window to the Things to-do app or to the clipboard.
- Host: GitHub
- URL: https://github.com/cdzombak/tab-lists-ext
- Owner: cdzombak
- License: other
- Created: 2021-03-16T18:28:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:30:10.000Z (8 months ago)
- Last Synced: 2024-08-01T16:46:44.966Z (3 months ago)
- Topics: clipboard, firefox, firefox-extension, things3
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/tab-lists-things-clipboard/
- Size: 1.44 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tab Lists to Things or Clipboard extension for Firefox
Send a tab list from the current window to the [Things to-do app](https://culturedcode.com/things/) for macOS, or to the clipboard.
This extension is based on [yorkxin/copy-as-markdow](https://github.com/yorkxin/copy-as-markdown).
## Installation
* Firefox: Install from [the Firefox Add-ons page](https://addons.mozilla.org/en-US/firefox/addon/tab-lists-things-clipboard/).
## Keyboard Shortcuts
You can add keyboard shortuts for sending/copying tab lists. By default, the extension does not assign any keyboard shortcuts.
### Firefox
Please refer to [this Firefox Help article about extension keyboard shortcuts](https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox).
### Chrome
The Keyboard Shortcuts for extensions can be found at the URL `chrome://extensions/shortcuts`. (Paste and open the link in the Location Bar).
## Development
### Install dependencies
```shell
npm install
```### Debugging
The source code and manifest file are under `src/` folder.
**To debug in Chrome:** [Window] Menu -> Extensions -> Load unpacked extension
**To debug in Firefox:** [Tools] Menu -> Add-ons -> [Gear] Icon -> Debug Add-ons -> Load Temporary Add-on
## License
MIT. See [LICENSE](./LICENSE) in this repository.
## Author
Chris Dzombak ([dzombak.com](https://www.dzombak.com) / [github.com/cdzombak](https://github.com/cdzombak))