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
官方網址 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"
    ]
}