WebClip - Clip all the things
Store all the interesting things around the Web on your personal online datastore
O que é WebClip - Clip all the things?
WebClip - Clip all the things é uma extensão do Chrome desenvolvida por angelo.veltens, e sua principal característica é "Store all the interesting things around the Web on your personal online datastore".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebClip - Clip all the things
Baixe arquivos de extensão WebClip - Clip all the things no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WebClip - Clip all the things |
ID | mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
URL Oficial | https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj |
Descrição | Store all the interesting things around the Web on your personal online datastore |
Tamanho do Arquivo | 4.26 MB |
Contagem de Instalações | 40 |
Versão Atual | 0.10.1 |
Última Atualização | 2022-06-29 |
Data de Publicação | 2021-08-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | angelo.veltens |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/codecentric/web-clip |
URL da Página de Ajuda | https://github.com/codecentric/web-clip/discussions/categories/q-a |
Idiomas Suportados | 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" } |