Clip To Dynalist Note

Bookmark websites in Dynalist

Vad är Clip To Dynalist Note?

Clip To Dynalist Note är en Chrome-tillägg utvecklad av rawbytz, och dess huvudfunktion är "Bookmark websites in Dynalist".

Tilläggsskärmbilder

screenshot

Ladda ner Clip To Dynalist Note-förlängningens CRX-fil

Ladda ner Clip To Dynalist Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Clip To Dynalist Note Clip To Dynalist Note
ID hbigoahmpdlnolcndfiadhiimkppbibg
Officiell webbadress https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg
Beskrivning Bookmark websites in Dynalist
Filstorlek 8.26 KB
Antal Installationer 206
Aktuell Version 0.0.0.4
Senast Uppdaterad 2017-06-01
Publiceringsdatum 2017-06-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare rawbytz
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}