Analyze History

An extension that show you how often you visited current website, and tell you your top 5 visited websites

Qu'est-ce que Analyze History ?

Analyze History est une extension Chrome développée par Amos, et sa fonction principale est "An extension that show you how often you visited current website, and tell you your top 5 visited websites".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Analyze History 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

                        Analyze History is an extension that can tell you

1) how many times you have visited current website
2)how long  you visited current website last time from now
3)what's the top 5 websites you visited and your visited times                    

Informations de Base sur l'Extension

Nom Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
URL Officiel https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
Description An extension that show you how often you visited current website, and tell you your top 5 visited websites
Taille du Fichier 717 KB
Nombre d'Installations 84
Version Actuelle 0.1
Dernière Mise à Jour 2015-11-22
Date de Publication 2015-11-22
Évaluation 5.00/5 Total 9 Évaluations
Développeur Amos
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze History",
    "description": "An extension that show you how often you visited current website, and tell you your top 5 visited websites",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Analyse your history"
    },
    "permissions": [
        "activeTab",
        "history"
    ]
}