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.
Vad är Web Archive for WayBack Machine?
Web Archive for WayBack Machine är en Chrome-tillägg utvecklad av MatsunagaWebSys, och dess huvudfunktion är "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".
Tilläggsskärmbilder
Ladda ner Web Archive for WayBack Machine-förlängningens CRX-fil
Ladda ner Web Archive for WayBack Machine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
Officiell webbadress | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
Beskrivning | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
Filstorlek | 4.15 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2015-10-20 |
Publiceringsdatum | 2015-10-20 |
Betyg | 4.73/5 Totalt 15 Betyg |
Utvecklare | MatsunagaWebSys |
Betalningssätt | free |
Tilläggswebbplats | https://plus.google.com/u/0/111633293976607629954 |
Stödda Språk | 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" ] } } |