Clip To Dynalist Note
Bookmark websites in Dynalist
Hvad er Clip To Dynalist Note?
Clip To Dynalist Note er en Chrome-udvidelse udviklet af rawbytz, og dens hovedfunktion er "Bookmark websites in Dynalist".
Udvidelsesskærmbilleder
Download Clip To Dynalist Note-udvidelses-CRX-fil
Download Clip To Dynalist Note-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
NOTE: This is the non-Markdown version. The full url is displayed in the note. • Formats the active tab title and url & 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
Grundlæggende oplysninger om udvidelsen
Navn | Clip To Dynalist Note |
ID | hbigoahmpdlnolcndfiadhiimkppbibg |
Officiel URL | https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg |
Beskrivelse | Bookmark websites in Dynalist |
Filstørrelse | 8.26 KB |
Antal Installationer | 206 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2017-06-01 |
Udgivelsesdato | 2017-06-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | rawbytz |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip To Dynalist Note", "version": "0.0.0.4", "description": "Bookmark websites in Dynalist", "browser_action": { "default_icon": "C2DLn_128.png", "default_title": "Clip To Dynalist Note" }, "icons": { "128": "C2DLn_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "commands": { "toggleLast": { "description": "Toggle Last Tab" } }, "manifest_version": 2 } |