Clip To Dynalist

Bookmark websites in Dynalist

Clip To Dynalist क्या है?

Clip To Dynalist rawbytz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark websites in Dynalist"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Clip To Dynalist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        • 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                    

एक्सटेंशन की मूल जानकारी

नाम Clip To Dynalist Clip To Dynalist
ID ahiipffmcifaempjoeecollondfinbik
आधिकारिक URL https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik
विवरण Bookmark websites in Dynalist
फ़ाइल का आकार 8.99 KB
स्थापना संख्या 999
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2017-05-04
प्रकाशन तिथि 2017-05-04
रेटिंग 4.88/5 कुल 16 रेटिंग्स
डेवलपर rawbytz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}