History Analyzer
View statistics of your chrome browser history.
什麼是History Analyzer?
History Analyzer是由fatimeseelimi開發的Chrome擴展程式,該擴展的主要功能是“View statistics of your chrome browser history.”。
擴展截圖
下載History Analyzer擴展crx文件
下載History Analyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
View statistics of the pages you've visited in chrome's new tab. This is an initial proof of concept app, we will be updating the extension with more advanced features and optimize the performance.
擴展基本資訊
名稱 | |
ID | ffinijbioflfopelgkhlaiphpmdembig |
官方網址 | https://chrome.google.com/webstore/detail/history-analyzer/ffinijbioflfopelgkhlaiphpmdembig |
簡介 | View statistics of your chrome browser history. |
檔案大小 | 66.92 KB |
安裝次數 | 161 |
目前版本 | 1 |
更新時間 | 2018-09-09 |
上架時間 | 2018-09-09 |
評分 | 5.00/5 共 3 次評分 |
開發者 | fatimeseelimi |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Analyzer", "description": "View statistics of your chrome browser history.", "version": "1", "author": "Fatime Selimi", "browser_action": { "default_title": "Have a good day" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "activeTab", "history" ], "options_page": "newtab.html", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |