WayBack Chrome
View older versions of the current webpage
What is WayBack Chrome?
WayBack Chrome is a Chrome extension developed by Fisix, and its main feature is "View older versions of the current webpage".
Extension Screenshots
Download WayBack Chrome Extension CRX File
Download WayBack Chrome 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
WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.
Extension Basic Information
Name | WayBack Chrome |
ID | phabfadigilgfagiclfpjnjljedbjclf |
Official URL | https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf |
Description | View older versions of the current webpage |
File Size | 16.04 KB |
Installation Count | 4,282 |
Current Version | 1.9 |
Last Updated | 2015-01-09 |
Publish Date | 2015-01-09 |
Rating | 4.50/5 Total 22 Ratings |
Developer | Fisix |
Payment Type | free |
Extension Website | http://mmkdigital.com |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WayBack Chrome", "version": "1.9", "manifest_version": 2, "description": "View older versions of the current webpage", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "tabs" ] } |