Recent Pages

Reads your history, and shows the pages you opened.

What is Recent Pages?

Recent Pages is a Chrome extension developed by http://www.jmdclasses.com, and its main feature is "Reads your history, and shows the pages you opened.".

Extension Screenshots

screenshot

Download Recent Pages Extension CRX File

Download Recent Pages 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

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

Extension Basic Information

Name Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
Official URL https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Description Reads your history, and shows the pages you opened.
File Size 13.97 KB
Installation Count 56
Current Version 0.0.0.1
Last Updated 2014-10-06
Publish Date 2014-10-06
Rating 4.67/5 Total 3 Ratings
Developer http://www.jmdclasses.com
Payment Type free
Supported Languages 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
}