Clip To Dynalist Note

Bookmark websites in Dynalist

Qu'est-ce que Clip To Dynalist Note ?

Clip To Dynalist Note 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 Note

Téléchargez les fichiers d'extension Clip To Dynalist Note 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

                        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                    

Informations de Base sur l'Extension

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