HistoryStats
Provides a statistical and graphical display of web page visits stored in your browser's history
什麼是HistoryStats?
HistoryStats是由gmsapps開發的Chrome擴展程式,該擴展的主要功能是“Provides a statistical and graphical display of web page visits stored in your browser's history”。
擴展截圖
下載HistoryStats擴展crx文件
下載HistoryStats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
HistoryStats provides you with a statistical and graphical display of your browser's history. Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.
擴展基本資訊
名稱 | |
ID | jificbcgkgbgddjehcegimolpobpcpbl |
官方網址 | https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl |
簡介 | Provides a statistical and graphical display of web page visits stored in your browser's history |
檔案大小 | 67.7 KB |
安裝次數 | 383 |
目前版本 | 1.4 |
更新時間 | 2015-08-31 |
上架時間 | 2015-08-31 |
評分 | 3.75/5 共 8 次評分 |
開發者 | gmsapps |
付費類型 | free |
擴展官網 | https://sites.google.com/site/appsbygarystump/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HistoryStats", "version": "1.4", "description": "Provides a statistical and graphical display of web page visits stored in your browser's history", "browser_action": { "default_icon": "icon24.png" }, "permissions": [ "bookmarks", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "history" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] } } |