History Analyzer

View statistics of your chrome browser history.

Hvad er History Analyzer?

History Analyzer er en Chrome-udvidelse udviklet af fatimeseelimi, og dens hovedfunktion er "View statistics of your chrome browser history.".

Udvidelsesskærmbilleder

screenshot

Download History Analyzer-udvidelses-CRX-fil

Download History Analyzer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
Officiel URL https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Beskrivelse View statistics of your chrome browser history.
Filstørrelse 66.92 KB
Antal Installationer 161
Nuværende Version 1
Senest Opdateret 2018-09-09
Udgivelsesdato 2018-09-09
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler fatimeseelimi
Betalingsmetode free
Understøttede Sprog 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'"
}