Web TimeMachine
Chrome extension for wayback to sometime to view the archived webpages.
What is Web TimeMachine?
Web TimeMachine is a Chrome extension developed by patw, and its main feature is "Chrome extension for wayback to sometime to view the archived webpages.".
Extension Screenshots
Download Web TimeMachine Extension CRX File
Download Web TimeMachine 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
Chrome extension for wayback to sometime to view the archived webpages. (The archived & cached webpages were served by archive.org & Google cached pages)
Extension Basic Information
Name | |
ID | ncnnhgbiiaafmigkmjljpglimalikdmk |
Official URL | https://chrome.google.com/webstore/detail/web-timemachine/ncnnhgbiiaafmigkmjljpglimalikdmk |
Description | Chrome extension for wayback to sometime to view the archived webpages. |
File Size | 212 KB |
Installation Count | 1,540 |
Current Version | 1.0.0 |
Last Updated | 2016-06-30 |
Publish Date | 2016-06-30 |
Rating | 2.50/5 Total 4 Ratings |
Developer | patw |
Payment Type | free |
Extension Website | https://github.com/patw0929/web-timemachine |
Help Page URL | https://github.com/patw0929/web-timemachine |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Web TimeMachine", "manifest_version": 2, "description": "Chrome extension for wayback to sometime to view the archived webpages.", "browser_action": { "name": "Click to open timemachine!" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "tabs", " |