History Analyzer

View statistics of your chrome browser history.

Qu'est-ce que History Analyzer ?

History Analyzer est une extension Chrome développée par fatimeseelimi, et sa fonction principale est "View statistics of your chrome browser history.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension History Analyzer

Téléchargez les fichiers d'extension History Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom History Analyzer History Analyzer
ID ffinijbioflfopelgkhlaiphpmdembig
URL Officiel https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig
Description View statistics of your chrome browser history.
Taille du Fichier 66.92 KB
Nombre d'Installations 161
Version Actuelle 1
Dernière Mise à Jour 2018-09-09
Date de Publication 2018-09-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur fatimeseelimi
Type de Paiement free
Langues Prises en Charge 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'"
}