Dynalist Bookmarker
A nifty bookmarker for dynalist.
Dynalist Bookmarker क्या है?
Dynalist Bookmarker Shadowfax Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nifty bookmarker for dynalist."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dynalist Bookmarker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you capture website links to a Dynalist Note. Features: - Support for "Dynamic" folder selection for bookmarking. - Support for #tags. - Support for multi-line note taking. - Configure a non-inbox folder for capturing bookmarks. - Auto save pop-up context per web page when closed - This enables capturing notes while reading articles. - Shortcuts - Cmd+I (Mac) / Alt+I (Windows) to open the extension. Cmd+Enter/Ctrl+Enter to "save" the bookmark. Wiki - http://bit.ly/cdbwiki Try it out and please provide me any feedback or feature requests on [email protected] :) PS: I built this extension for me personally to better capture and manage my bookmarks using Dynalist!
एक्सटेंशन की मूल जानकारी
नाम | Dynalist Bookmarker |
ID | mbempfckkkcncamnaopmfagmocdmlknf |
आधिकारिक URL | https://chromewebstore.google.com/detail/dynalist-bookmarker/mbempfckkkcncamnaopmfagmocdmlknf |
विवरण | A nifty bookmarker for dynalist. |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 240 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2019-11-05 |
प्रकाशन तिथि | 2019-10-17 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | Shadowfax Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://shadowfax92.github.io/assets/privacy_policy.pdf |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "description": "A nifty bookmarker for dynalist.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "commands": { "_execute_browser_action": { "description": "Open Dynalist Bookmarker", "suggested_key": { "default": "Alt+I", "mac": "Command+I" } } }, "manifest_version": 2, "name": "Dynalist Bookmarker", "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "background", "storage", "activeTab" ], "version": "1.0.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';" } |