Web Clipper
Save your favorite parts of the internet using this handy web clipper!
O que é Web Clipper?
Web Clipper é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Save your favorite parts of the internet using this handy web clipper!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Clipper
Baixe arquivos de extensão Web Clipper 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
-No need to sign up -Data stored locally on your machine -Save, star, and delete items on your saved list -Type in and enter your own items to your saved list You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.
Informações Básicas da Extensão
Nome | Web Clipper |
ID | pnkophekijnfmnoenbakmfjjhfjfncfn |
URL Oficial | https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn |
Descrição | Save your favorite parts of the internet using this handy web clipper! |
Tamanho do Arquivo | 451 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.4 |
Última Atualização | 2019-12-18 |
Data de Publicação | 2019-12-18 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Clipper", "description": "Save your favorite parts of the internet using this handy web clipper!", "version": "1.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "background": { "scripts": [ "app\/background.js" ] }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "storage" ] } |