Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
Save to WebCull क्या है?
Save to WebCull http://webcull.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin that makes it easier to save websites to the WebCull bookmark manager."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to WebCull एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
आधिकारिक URL | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
विवरण | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 1,257 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-01-24 |
प्रकाशन तिथि | 2020-05-22 |
रेटिंग | 2.25/5 कुल 4 रेटिंग्स |
डेवलपर | http://webcull.com |
ईमेल | [email protected] |
एक्सटेंशन वेबसाइट | https://webcull.com |
सहायता पृष्ठ URL | https://webcull.com/reading/faq |
गोपनीयता नीति पृष्ठ URL | https://webcull.com/policy/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to WebCull", "short_name": "WebCull", "version": "1.1.1", "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.", "permissions": [ "webRequest", "webNavigation", "tabs", "cookies", "https:\/\/webcull.com\/" ], "browser_action": { "default_title": "Add to WebCull", "default_icon": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "default_popup": "views\/bootstrap.html" }, "background": { "scripts": [ "js\/lib\/q.js", "js\/lib\/lib.js", "js\/background\/background.js" ], "persistent": true }, "icons": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'" } |