WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
Was ist WebClip - Clip all the things?
WebClip - Clip all the things ist eine Chrome-Erweiterung, die von angelo.veltens entwickelt wurde, und ihr Hauptmerkmal ist "Store all the interesting things around the Web on your personal online datastore".
Erweiterungsscreenshots
WebClip - Clip all the things-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebClip - Clip all the things-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Offizielle URL | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Beschreibung | Store all the interesting things around the Web on your personal online datastore |
Dateigröße | 4.26 MB |
Installationsanzahl | 40 |
Aktuelle Version | 0.10.1 |
Letztes Update | 2022-06-29 |
Veröffentlichungsdatum | 2021-08-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | angelo.veltens |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/codecentric/web-clip |
Hilfeseite URL | https://github.com/codecentric/web-clip/discussions/categories/q-a |
Unterstützte Sprachen | 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" } |