WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
Cos'è WebClip - Clip all the things?
WebClip - Clip all the things è un'estensione di Chrome sviluppata da angelo.veltens, e la sua funzione principale è "Store all the interesting things around the Web on your personal online datastore".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebClip - Clip all the things
Scarica i file di estensione WebClip - Clip all the things in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
URL Ufficiale | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Descrizione | Store all the interesting things around the Web on your personal online datastore |
Dimensione del File | 4.26 MB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.10.1 |
Ultimo Aggiornamento | 2022-06-29 |
Data di Pubblicazione | 2021-08-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | angelo.veltens |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/codecentric/web-clip |
URL della Pagina di Aiuto | https://github.com/codecentric/web-clip/discussions/categories/q-a |
Lingue Supportate | 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" } |