Clip To Dynalist
Bookmark websites in Dynalist
What is Clip To Dynalist?
Clip To Dynalist is a Chrome extension developed by rawbytz, and its main feature is "Bookmark websites in Dynalist".
Extension Screenshots
Download Clip To Dynalist Extension CRX File
Download Clip To Dynalist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
• Formats the active tab title and url as markdown & copies to the clipboard. • Then automatically goes to the first Dynalist tab it finds in the active window. • If no Dynalist tab is found, a new one is created. • You manually paste into a new Dynalist bullet. • Also includes "Toggle Last Tab" capability via a 2nd keyboard shortcut. • Set keyboard shortcuts at the bottom of chrome://extensions
Extension Basic Information
Name | Clip To Dynalist |
ID | ahiipffmcifaempjoeecollondfinbik |
Official URL | https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik |
Description | Bookmark websites in Dynalist |
File Size | 8.99 KB |
Installation Count | 999 |
Current Version | 0.0.0.4 |
Last Updated | 2017-05-04 |
Publish Date | 2017-05-04 |
Rating | 4.88/5 Total 16 Ratings |
Developer | rawbytz |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip To Dynalist", "version": "0.0.0.4", "description": "Bookmark websites in Dynalist", "browser_action": { "default_icon": "C2DL_128.png", "default_title": "Clip To Dynalist" }, "icons": { "128": "C2DL_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "commands": { "toggleLast": { "description": "Toggle Last Tab" } }, "manifest_version": 2 } |