Dynalist Companion Clipper
Clip and capture to your Dynalist.
Dynalist Companion Clipper क्या है?
Dynalist Companion Clipper Dynalist Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clip and capture to your Dynalist."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dynalist Companion Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location. Instructions: (1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup (2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location (3) Log into Dynalist on the browser. (4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text. Advanced usage: (1) When the capture popup is open, you can hit Ctrl+Enter to capture; (2) Customize the format of your captured text in options.
एक्सटेंशन की मूल जानकारी
नाम | Dynalist Companion Clipper |
ID | ilcnkabiejjaijmenfmfobnkplflaglb |
आधिकारिक URL | https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb |
विवरण | Clip and capture to your Dynalist. |
फ़ाइल का आकार | 187 KB |
स्थापना संख्या | 7,201 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2018-10-03 |
प्रकाशन तिथि | 2018-10-03 |
रेटिंग | 4.48/5 कुल 23 रेटिंग्स |
डेवलपर | Dynalist Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dynalist.io/ |
गोपनीयता नीति पृष्ठ URL | https://dynalist.io/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dynalist Companion Clipper", "short_name": "DynaClipper", "description": "Clip and capture to your Dynalist.", "version": "0.3", "icons": { "48": "image\/icon48.png", "128": "image\/icon128.png" }, "browser_action": { "default_icon": "image\/icon48.png", "default_title": "Clip this page to Dynalist", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus", "storage", "*:\/\/*.dynalist.io\/*" ], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false } } |