Clip To Dynalist Note
Bookmark websites in Dynalist
Clip To Dynalist Note क्या है?
Clip To Dynalist Note rawbytz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmark websites in Dynalist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clip To Dynalist Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Clip To Dynalist Note |
ID | hbigoahmpdlnolcndfiadhiimkppbibg |
आधिकारिक URL | https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg |
विवरण | Bookmark websites in Dynalist |
फ़ाइल का आकार | 8.26 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 0.0.0.4 |
अंतिम अपडेट | 2017-06-01 |
प्रकाशन तिथि | 2017-06-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | rawbytz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |