History Analyzer

View statistics of your chrome browser history.

Apa itu History Analyzer?

History Analyzer adalah ekstensi Chrome yang dikembangkan oleh fatimeseelimi, dan fitur utamanya adalah "View statistics of your chrome browser history.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi History Analyzer

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

                        View statistics of the pages you've visited in chrome's new tab. 

This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.                    

Informasi Dasar Ekstensi

Nama History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
URL Resmi https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Deskripsi View statistics of your chrome browser history.
Ukuran File 66.92 KB
Jumlah Instalasi 161
Versi Saat Ini 1
Terakhir Diperbarui 2018-09-09
Tanggal Publikasi 2018-09-09
Penilaian 5.00/5 Total 3 Penilaian
Pengembang fatimeseelimi
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Analyzer",
    "description": "View statistics of your chrome browser history.",
    "version": "1",
    "author": "Fatime Selimi",
    "browser_action": {
        "default_title": "Have a good day"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "history"
    ],
    "options_page": "newtab.html",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}