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.
What is Web Archive for WayBack Machine?
Web Archive for WayBack Machine is a Chrome extension developed by MatsunagaWebSys, and its main feature is "Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention.".
Extension Screenshots
Download Web Archive for WayBack Machine Extension CRX File
Download Web Archive for WayBack Machine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ppokigfjbmhncgkabghdgpiafjdpllke |
Official URL | https://chrome.google.com/webstore/detail/web-archive-for-wayback-m/ppokigfjbmhncgkabghdgpiafjdpllke |
Description | Web Archive is a simple button.You can use a preservation of evidence, your favorite sharing and a permanent page retention. |
File Size | 4.15 KB |
Installation Count | 1,000 |
Current Version | 0.1.1 |
Last Updated | 2015-10-20 |
Publish Date | 2015-10-20 |
Rating | 4.73/5 Total 15 Ratings |
Developer | MatsunagaWebSys |
Payment Type | free |
Extension Website | https://plus.google.com/u/0/111633293976607629954 |
Supported Languages | 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" ] } } |