Recent Pages

Reads your history, and shows the pages you opened.

Apa itu Recent Pages?

Recent Pages adalah ekstensi Chrome yang dikembangkan oleh http://www.jmdclasses.com, dan fitur utamanya adalah "Reads your history, and shows the pages you opened.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Recent Pages

Unduh file ekstensi Recent Pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Recent Pages Recent Pages
ID cdmjgmpiajkgbilbbmjlkijmeeodngmh
URL Resmi https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh
Deskripsi Reads your history, and shows the pages you opened.
Ukuran File 13.97 KB
Jumlah Instalasi 56
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2014-10-06
Tanggal Publikasi 2014-10-06
Penilaian 4.67/5 Total 3 Penilaian
Pengembang http://www.jmdclasses.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}