WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
What is WebClip - Clip all the things?
WebClip - Clip all the things is a Chrome extension developed by angelo.veltens, and its main feature is "Store all the interesting things around the Web on your personal online datastore".
Extension Screenshots
Download WebClip - Clip all the things Extension CRX File
Download WebClip - Clip all the things extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Official URL | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Description | Store all the interesting things around the Web on your personal online datastore |
File Size | 4.26 MB |
Installation Count | 40 |
Current Version | 0.10.1 |
Last Updated | 2022-06-29 |
Publish Date | 2021-08-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | angelo.veltens |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/codecentric/web-clip |
Help Page URL | https://github.com/codecentric/web-clip/discussions/categories/q-a |
Supported Languages | 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" } |