Clip To Dynalist
Bookmark websites in Dynalist
Cos'è Clip To Dynalist?
Clip To Dynalist è un'estensione di Chrome sviluppata da rawbytz, e la sua funzione principale è "Bookmark websites in Dynalist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clip To Dynalist
Scarica i file di estensione Clip To Dynalist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
• 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
Informazioni di Base sull'Estensione
Nome | Clip To Dynalist |
ID | ahiipffmcifaempjoeecollondfinbik |
URL Ufficiale | https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik |
Descrizione | Bookmark websites in Dynalist |
Dimensione del File | 8.99 KB |
Conteggio Installazioni | 999 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2017-05-04 |
Data di Pubblicazione | 2017-05-04 |
Valutazione | 4.88/5 Totale 16 Valutazioni |
Sviluppatore | rawbytz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |