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.
Wat is Web Archive for WayBack Machine?
Web Archive for WayBack Machine is een Chrome-extensie ontwikkeld door MatsunagaWebSys, en de belangrijkste functie is "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Archive for WayBack Machine
Download Web Archive for WayBack Machine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
Officiële URL | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
Beschrijving | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
Bestandsgrootte | 4.15 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2015-10-20 |
Publicatiedatum | 2015-10-20 |
Beoordeling | 4.73/5 Totaal 15 Beoordelingen |
Ontwikkelaar | MatsunagaWebSys |
Betalingswijze | free |
Extensiewebsite | https://plus.google.com/u/0/111633293976607629954 |
Ondersteunde Talen | 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" ] } } |