Clip To Dynalist Note
Bookmark websites in Dynalist
Cos'è Clip To Dynalist Note?
Clip To Dynalist Note è 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 Note
Scarica i file di estensione Clip To Dynalist Note 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hbigoahmpdlnolcndfiadhiimkppbibg |
| URL Ufficiale | https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg |
| Descrizione | Bookmark websites in Dynalist |
| Dimensione del File | 8.26 KB |
| Conteggio Installazioni | 206 |
| Versione Corrente | 0.0.0.4 |
| Ultimo Aggiornamento | 2017-06-01 |
| Data di Pubblicazione | 2017-06-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | rawbytz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |