Analyze History

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

Hvad er Analyze History?

Analyze History er en Chrome-udvidelse udviklet af Amos, og dens hovedfunktion er "An extension that show you how often you visited current website, and tell you your top 5 visited websites".

Udvidelsesskærmbilleder

screenshot

Download Analyze History-udvidelses-CRX-fil

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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
Officiel URL https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
Beskrivelse An extension that show you how often you visited current website, and tell you your top 5 visited websites
Filstørrelse 717 KB
Antal Installationer 84
Nuværende Version 0.1
Senest Opdateret 2015-11-22
Udgivelsesdato 2015-11-22
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Amos
Betalingsmetode free
Understøttede Sprog 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"
    ]
}