History Graph

Reads your history, and shows the top ten pages you go to by typing the URL.

Apa itu History Graph?

History Graph adalah ekstensi Chrome yang dikembangkan oleh William Ma, dan fitur utamanya adalah "Reads your history, and shows the top ten pages you go to by typing the URL.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi History Graph

Unduh file ekstensi History Graph 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

                        Navigate through your recent history much easier with this extension. A graph of all travelled pages will be displayed for a user to navigate to any page he/she wishes.                    

Informasi Dasar Ekstensi

Nama History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
URL Resmi https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
Deskripsi Reads your history, and shows the top ten pages you go to by typing the URL.
Ukuran File 134 KB
Jumlah Instalasi 11
Versi Saat Ini 1.6
Terakhir Diperbarui 2016-01-15
Tanggal Publikasi 2016-01-15
Penilaian 4.00/5 Total 1 Penilaian
Pengembang William Ma
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Graph",
    "version": "1.6",
    "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "GraphView.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon.png",
        "32": "icon32.png"
    },
    "manifest_version": 2
}