Recent Pages

Reads your history, and shows the pages you opened.

Vad är Recent Pages?

Recent Pages är en Chrome-tillägg utvecklad av http://www.jmdclasses.com, och dess huvudfunktion är "Reads your history, and shows the pages you opened.".

Tilläggsskärmbilder

screenshot

Ladda ner Recent Pages-förlängningens CRX-fil

Ladda ner Recent Pages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
Officiell webbadress https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Beskrivning Reads your history, and shows the pages you opened.
Filstorlek 13.97 KB
Antal Installationer 56
Aktuell Version 0.0.0.1
Senast Uppdaterad 2014-10-06
Publiceringsdatum 2014-10-06
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare http://www.jmdclasses.com
Betalningssätt free
Stödda Språk 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
}