Clip To Dynalist
Bookmark websites in Dynalist
Wat is Clip To Dynalist?
Clip To Dynalist is een Chrome-extensie ontwikkeld door rawbytz, en de belangrijkste functie is "Bookmark websites in Dynalist".
Extensie Screenshots
Download het CRX-bestand van de extensie Clip To Dynalist
Download Clip To Dynalist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
• 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
Basisinformatie over de Extensie
Naam | Clip To Dynalist |
ID | ahiipffmcifaempjoeecollondfinbik |
Officiële URL | https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik |
Beschrijving | Bookmark websites in Dynalist |
Bestandsgrootte | 8.99 KB |
Aantal Installaties | 999 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2017-05-04 |
Publicatiedatum | 2017-05-04 |
Beoordeling | 4.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | rawbytz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |