Recent Pages

Reads your history, and shows the pages you opened.

Cos'è Recent Pages?

Recent Pages è un'estensione di Chrome sviluppata da http://www.jmdclasses.com, e la sua funzione principale è "Reads your history, and shows the pages you opened.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Recent Pages

Scarica i file di estensione Recent Pages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
URL Ufficiale https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Descrizione Reads your history, and shows the pages you opened.
Dimensione del File 13.97 KB
Conteggio Installazioni 56
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2014-10-06
Data di Pubblicazione 2014-10-06
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore http://www.jmdclasses.com
Tipo di Pagamento free
Lingue Supportate 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
}