Web Clipper
Save your favorite parts of the internet using this handy web clipper!
Cos'è Web Clipper?
Web Clipper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Save your favorite parts of the internet using this handy web clipper!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Clipper
Scarica i file di estensione Web Clipper 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
-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.
Informazioni di Base sull'Estensione
Nome | Web Clipper |
ID | pnkophekijnfmnoenbakmfjjhfjfncfn |
URL Ufficiale | https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn |
Descrizione | Save your favorite parts of the internet using this handy web clipper! |
Dimensione del File | 451 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2019-12-18 |
Data di Pubblicazione | 2019-12-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |