WayBack Chrome

View older versions of the current webpage

什么是WayBack Chrome?

WayBack Chrome是由Fisix开发的Chrome扩展程序,该扩展的主要功能是“View older versions of the current webpage”。

扩展截图

screenshot
screenshot

下载WayBack Chrome扩展crx文件

下载WayBack Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WayBack Chrome WayBack Chrome
ID phabfadigilgfagiclfpjnjljedbjclf
官方URL https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf
简介 View older versions of the current webpage
文件大小 16.04 KB
安装次数 4,282
当前版本 1.9
更新时间 2015-01-09
上架时间 2015-01-09
评分 4.50/5 共22次评分
开发者 Fisix
付费类型 free
扩展官网 http://mmkdigital.com
支持的语言 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"
    ]
}