Workflowy Web Clipper
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…
Workflowy Web Clipper क्या है?
Workflowy Web Clipper https://workflowy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Workflowy Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes to any place in your Workflowy account, then take notes, re-organize, without leaving the context of the page you are working on. Features - Copy insert links into any place in your workflowy - Automatically includes selected text - Let's you immediately jot down your thoughts, re-organize, go deeper while the content is still fresh in your mind
एक्सटेंशन की मूल जानकारी
नाम | Workflowy Web Clipper |
ID | jgapgnoonjgchibeajphaejhabcnklbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/workflowy-web-clipper/jgapgnoonjgchibeajphaejhabcnklbn |
विवरण | Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes… |
फ़ाइल का आकार | 27.15 MB |
स्थापना संख्या | 6,693 |
वर्तमान संस्करण | 1.8.7 |
अंतिम अपडेट | 2023-06-25 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 3.94/5 कुल 17 रेटिंग्स |
डेवलपर | https://workflowy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://workflowy.com |
सहायता पृष्ठ URL | https://workflowy.zendesk.com |
गोपनीयता नीति पृष्ठ URL | https://workflowy.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workflowy Web Clipper", "version": "1.8.7", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "http:\/\/workflowy.com\/", "https:\/\/workflowy.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.recaptcha.net https:\/\/www.gstatic.com; object-src 'self'", "commands": { "clip-here": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" }, "description": "Clip the current page here" }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" } } }, "icons": { "16": "media\/i\/icon-16.png", "48": "media\/i\/icon-48.png", "128": "media\/i\/icon-128.png" }, "browser_action": { "default_icon": "media\/i\/icon-152x152.png", "default_popup": "index.html?chrome_extension=true", "default_title": "Workflowy web clipper" } } |