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