History Analyzer

View statistics of your chrome browser history.

Wat is History Analyzer?

History Analyzer is een Chrome-extensie ontwikkeld door fatimeseelimi, en de belangrijkste functie is "View statistics of your chrome browser history.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie History Analyzer

Download History Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
Officiële URL https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Beschrijving View statistics of your chrome browser history.
Bestandsgrootte 66.92 KB
Aantal Installaties 161
Huidige Versie 1
Laatst Bijgewerkt 2018-09-09
Publicatiedatum 2018-09-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar fatimeseelimi
Betalingswijze free
Ondersteunde Talen 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'"
}