Recent Pages

Reads your history, and shows the pages you opened.

Wat is Recent Pages?

Recent Pages is een Chrome-extensie ontwikkeld door http://www.jmdclasses.com, en de belangrijkste functie is "Reads your history, and shows the pages you opened.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Recent Pages

Download Recent Pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
Officiële URL https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Beschrijving Reads your history, and shows the pages you opened.
Bestandsgrootte 13.97 KB
Aantal Installaties 56
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2014-10-06
Publicatiedatum 2014-10-06
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://www.jmdclasses.com
Betalingswijze free
Ondersteunde Talen 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
}