Archive
Snapshot this page on Wayback Machine.
What is Archive?
Archive is a Chrome extension developed by @rubencodes, and its main feature is "Snapshot this page on Wayback Machine.".
Extension Screenshots
Download Archive Extension CRX File
Download Archive 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
Save your current page to the Internet Archive's Wayback Machine in just one click!
Extension Basic Information
Name | |
ID | mhldogdjdfoonbolejgofhgldihjmncd |
Official URL | https://chrome.google.com/webstore/detail/archive/mhldogdjdfoonbolejgofhgldihjmncd |
Description | Snapshot this page on Wayback Machine. |
File Size | 3.83 MB |
Installation Count | 306 |
Current Version | 0.1.1 |
Last Updated | 2016-11-01 |
Publish Date | 2016-11-01 |
Rating | 5.00/5 Total 4 Ratings |
Developer | @rubencodes |
[email protected] | |
Payment Type | free |
Extension Website | https://archive.org/web/ |
Help Page URL | http://ruben.codes |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Archive", "description": "Snapshot this page on Wayback Machine.", "version": "0.1.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/logo.png" }, "permissions": [ "activeTab" ], "icons": { "48": "images\/48.png", "128": "images\/128.png" } } |