SnapIt
Download exact visualization of a webpage
Cos'è SnapIt?
SnapIt è un'estensione di Chrome sviluppata da Philip Rogers, e la sua funzione principale è "Download exact visualization of a webpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SnapIt
Scarica i file di estensione SnapIt 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
Download an exact visual representation of a webpage. https://github.com/stevenbfine/snap-it
Informazioni di Base sull'Estensione
Nome | SnapIt |
ID | ihcoajeckiamdgjipkokhcggolflbinf |
URL Ufficiale | https://chromewebstore.google.com/detail/snapit/ihcoajeckiamdgjipkokhcggolflbinf |
Descrizione | Download exact visualization of a webpage |
Dimensione del File | 25.88 KB |
Conteggio Installazioni | 1,337 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-08-26 |
Data di Pubblicazione | 2016-08-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Philip Rogers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/stevenbfine/snap-it |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapIt", "description": "Download exact visualization of a webpage", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "assets\/camera48.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/camera16.png", "48": "assets\/camera48.png", "128": "assets\/camera128.png" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |