History Analyzer

View statistics of your chrome browser history.

Co je History Analyzer?

History Analyzer je rozšíření Chrome vyvinuté fatimeseelimi, a jeho hlavní funkcí je „View statistics of your chrome browser history.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření History Analyzer

Stáhněte si soubory rozšíření History Analyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
Oficiální URL https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Popis View statistics of your chrome browser history.
Velikost souboru 66.92 KB
Počet instalací 161
Aktuální Verze 1
Poslední Aktualizace 2018-09-09
Datum Vydání 2018-09-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář fatimeseelimi
Typ Platby free
Podporované Jazyky 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'"
}