Web Archive for WayBack Machine
Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.
Cos'è Web Archive for WayBack Machine?
Web Archive for WayBack Machine è un'estensione di Chrome sviluppata da MatsunagaWebSys, e la sua funzione principale è "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Archive for WayBack Machine
Scarica i file di estensione Web Archive for WayBack Machine 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
Button to save the current page to WayBack Machine. Immediately ,a current page is saved easily , you can see the results. Features ・Very fast ・Very Secure(You can confirm the safety code yourself) ・Simple coding and design
Informazioni di Base sull'Estensione
Nome | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
URL Ufficiale | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
Descrizione | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
Dimensione del File | 4.15 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2015-10-20 |
Data di Pubblicazione | 2015-10-20 |
Valutazione | 4.73/5 Totale 15 Valutazioni |
Sviluppatore | MatsunagaWebSys |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://plus.google.com/u/0/111633293976607629954 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Archive for WayBack Machine", "short_name": "WebArchiver", "version": "0.1.1", "manifest_version": 2, "description": "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.", "icons": { "48": "archive.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "archive.png", "default_title": "archive this page" }, "background": { "scripts": [ "background.js" ] } } |