Standard Notes Clipper
Web clipper for Standard Notes
Standard Notes Clipper क्या है?
Standard Notes Clipper Standard Notes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web clipper for Standard Notes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Standard Notes Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Standard Notes Clipper extension is the perfect tool for saving and organizing web content. With this extension, you can clip full pages, articles, or select specific elements to save to your Standard Notes account, which is end-to-end encrypted for maximum security. Whether you're doing research, saving recipes, or just want to keep track of interesting articles, the Standard Notes Clipper makes it easy to store your content in a safe and organized way. Plus, with the ability to link your clipped content to tags and other notes, you can easily find what you're looking for when you need it.
एक्सटेंशन की मूल जानकारी
नाम | Standard Notes Clipper |
ID | heapafmadojoodklnkhjanbinemaagok |
आधिकारिक URL | https://chromewebstore.google.com/detail/standard-notes-clipper/heapafmadojoodklnkhjanbinemaagok |
विवरण | Web clipper for Standard Notes |
फ़ाइल का आकार | 3.05 MB |
स्थापना संख्या | 668 |
वर्तमान संस्करण | 1.1.426 |
अंतिम अपडेट | 2024-03-05 |
प्रकाशन तिथि | 2023-04-10 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Standard Notes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://standardnotes.com |
गोपनीयता नीति पृष्ठ URL | https://standardnotes.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Standard Notes Clipper", "description": "Web clipper for Standard Notes", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html?route=extension" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'; connect-src * data: blob:; style-src 'self'; frame-src * blob:; img-src * data: blob:;" }, "version": "1.1.426" } |