Histree

Histree

Apa itu Histree?

Histree adalah ekstensi Chrome yang dikembangkan oleh Anne Veling, dan fitur utamanya adalah "Histree".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Histree

Unduh file ekstensi Histree 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

                        History Extension that keeps track of your browsing history and the relationships between tabs and windows, and visualizes that in trees.

Recognizes ctrl-clicks in new tabs, normal tab navigation and going back.

Allows the user to close an open tab from the history window, and reopen that url.

Go to History (ctrl-Y) in Chrome to view your history

Created as a #w00tcamp 2012 project, feedback is welcome                    

Informasi Dasar Ekstensi

Nama Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
URL Resmi https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
Deskripsi Histree
Ukuran File 800 KB
Jumlah Instalasi 217
Versi Saat Ini 1.6
Terakhir Diperbarui 2012-11-26
Tanggal Publikasi 2012-11-26
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Anne Veling
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.6",
    "manifest_version": 2,
    "icons": {
        "16": "treerings16.png",
        "48": "treerings48.png",
        "128": "treerings128.png"
    },
    "description": "Histree",
    "background": {
        "scripts": [
            "models.js",
            "storage.js",
            "urlcontrol.js",
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "history": "histree.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}