Analyze History

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

Wat is Analyze History?

Analyze History is een Chrome-extensie ontwikkeld door Amos, en de belangrijkste functie is "An extension that show you how often you visited current website, and tell you your top 5 visited websites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Analyze History

Download Analyze History-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

                        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                    

Basisinformatie over de Extensie

Naam Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
Officiële URL https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
Beschrijving An extension that show you how often you visited current website, and tell you your top 5 visited websites
Bestandsgrootte 717 KB
Aantal Installaties 84
Huidige Versie 0.1
Laatst Bijgewerkt 2015-11-22
Publicatiedatum 2015-11-22
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Amos
Betalingswijze free
Ondersteunde Talen 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"
    ]
}