WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
WebClip - Clip all the things क्या है?
WebClip - Clip all the things angelo.veltens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Store all the interesting things around the Web on your personal online datastore"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WebClip - Clip all the things एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WebClip not only allows you to bookmark your favorite web pages, but to store all the interesting things you find on the Web - like recipes, fashion, products, games, and much more - in a structured way to your personal online data store based on Solid web standards. Connect your Solid Pod and start collecting interesting things found across the world wide web.
एक्सटेंशन की मूल जानकारी
नाम | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
आधिकारिक URL | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
विवरण | Store all the interesting things around the Web on your personal online datastore |
फ़ाइल का आकार | 4.26 MB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.10.1 |
अंतिम अपडेट | 2022-06-29 |
प्रकाशन तिथि | 2021-08-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | angelo.veltens |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/codecentric/web-clip |
सहायता पृष्ठ URL | https://github.com/codecentric/web-clip/discussions/categories/q-a |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebClip - Clip all the things", "short_name": "WebClip", "description": "Store all the interesting things around the Web on your personal online datastore", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "WebClip" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage", "identity" ], "web_accessible_resources": [], "options_page": "options.html", "version": "0.10.1" } |