Recent Pages

Reads your history, and shows the pages you opened.

什么是Recent Pages?

Recent Pages是由http://www.jmdclasses.com开发的Chrome扩展程序,该扩展的主要功能是“Reads your history, and shows the pages you opened.”。

扩展截图

screenshot

下载Recent Pages扩展crx文件

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

扩展使用说明

                        It will provide you a facility to automatically store your history about the page you opened.                    

扩展基本信息

名称 Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
官方URL https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
简介 Reads your history, and shows the pages you opened.
文件大小 13.97 KB
安装次数 56
当前版本 0.0.0.1
更新时间 2014-10-06
上架时间 2014-10-06
评分 4.67/5 共3次评分
开发者 http://www.jmdclasses.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Pages",
    "version": "0.0.0.1",
    "description": "Reads your history, and shows the pages you opened.",
    "permissions": [
        "history",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "history.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}