Clip To Dynalist

Bookmark websites in Dynalist

Qu'est-ce que Clip To Dynalist ?

Clip To Dynalist est une extension Chrome développée par rawbytz, et sa fonction principale est "Bookmark websites in Dynalist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clip To Dynalist

Téléchargez les fichiers d'extension Clip To Dynalist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        • 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                    

Informations de Base sur l'Extension

Nom Clip To Dynalist Clip To Dynalist
ID ahiipffmcifaempjoeecollondfinbik
URL Officiel https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik
Description Bookmark websites in Dynalist
Taille du Fichier 8.99 KB
Nombre d'Installations 999
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2017-05-04
Date de Publication 2017-05-04
Évaluation 4.88/5 Total 16 Évaluations
Développeur rawbytz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}