Dynalist link helper
Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in…
What is Dynalist link helper?
Dynalist link helper is a Chrome extension developed by yochees, and its main feature is "Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in…".
Download Dynalist link helper Extension CRX File
Download Dynalist link helper 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
Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in a page with title "My page" and URL "www.mypage.com" will generate string [My page](www.mypage.com) ready to be pasted. For easier use - set keyboard shortchut at menu > more tools > extensions > keyboard shortcuts.
Extension Basic Information
Name | Dynalist link helper |
ID | npfkmhfnnflmldbgkbkkjopapnfgmdca |
Official URL | https://chromewebstore.google.com/detail/dynalist-link-helper/npfkmhfnnflmldbgkbkkjopapnfgmdca |
Description | Extension converts active tab title and URL to a Dynalist markdown, then copies it to clipboard. Example: Launching extension in… |
File Size | 117 KB |
Installation Count | 25 |
Current Version | 0.1 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | yochees |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dynalist link helper", "version": "0.1", "permissions": [ "tabs", "clipboardWrite" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |