Clip To Dynalist
Bookmark websites in Dynalist
Hvad er Clip To Dynalist?
Clip To Dynalist er en Chrome-udvidelse udviklet af rawbytz, og dens hovedfunktion er "Bookmark websites in Dynalist".
Udvidelsesskærmbilleder
Download Clip To Dynalist-udvidelses-CRX-fil
Download Clip To Dynalist-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
• 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
Grundlæggende oplysninger om udvidelsen
Navn | Clip To Dynalist |
ID | ahiipffmcifaempjoeecollondfinbik |
Officiel URL | https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik |
Beskrivelse | Bookmark websites in Dynalist |
Filstørrelse | 8.99 KB |
Antal Installationer | 999 |
Nuværende Version | 0.0.0.4 |
Senest Opdateret | 2017-05-04 |
Udgivelsesdato | 2017-05-04 |
Bedømmelse | 4.88/5 Samlet 16 Bedømmelser |
Udvikler | rawbytz |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |