Analyze History

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

什么是Analyze History?

Analyze History是由Amos开发的Chrome扩展程序,该扩展的主要功能是“An extension that show you how often you visited current website, and tell you your top 5 visited websites”。

扩展截图

screenshot

下载Analyze History扩展crx文件

下载Analyze History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Analyze History Analyze History
ID kleihheiomkhafhgeacplkpmgiohcihk
官方URL https://chromewebstore.google.com/detail/analyze-history/kleihheiomkhafhgeacplkpmgiohcihk
简介 An extension that show you how often you visited current website, and tell you your top 5 visited websites
文件大小 717 KB
安装次数 84
当前版本 0.1
更新时间 2015-11-22
上架时间 2015-11-22
评分 5.00/5 共9次评分
开发者 Amos
付费类型 free
支持的语言 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"
    ]
}