History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
什么是History Graph?
History Graph是由William Ma开发的Chrome扩展程序,该扩展的主要功能是“Reads your history, and shows the top ten pages you go to by typing the URL.”。
扩展截图
下载History Graph扩展crx文件
下载History Graph扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Navigate through your recent history much easier with this extension. A graph of all travelled pages will be displayed for a user to navigate to any page he/she wishes.
扩展基本信息
名称 | |
ID | kknceihjckaijliogihaggomdjlaboim |
官方URL | https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim |
简介 | Reads your history, and shows the top ten pages you go to by typing the URL. |
文件大小 | 134 KB |
安装次数 | 11 |
当前版本 | 1.6 |
更新时间 | 2016-01-15 |
上架时间 | 2016-01-15 |
评分 | 4.00/5 共1次评分 |
开发者 | William Ma |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Graph", "version": "1.6", "description": "Reads your history, and shows the top ten pages you go to by typing the URL.", "permissions": [ "tabs", "webNavigation" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ] }, "browser_action": { "default_popup": "GraphView.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png", "64": "icon.png", "32": "icon32.png" }, "manifest_version": 2 } |