History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
What is History Graph?
History Graph is a Chrome extension developed by William Ma, and its main feature is "Reads your history, and shows the top ten pages you go to by typing the URL.".
Extension Screenshots
Download History Graph Extension CRX File
Download History Graph extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kknceihjckaijliogihaggomdjlaboim |
Official URL | https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim |
Description | Reads your history, and shows the top ten pages you go to by typing the URL. |
File Size | 134 KB |
Installation Count | 11 |
Current Version | 1.6 |
Last Updated | 2016-01-15 |
Publish Date | 2016-01-15 |
Rating | 4.00/5 Total 1 Ratings |
Developer | William Ma |
Payment Type | free |
Supported Languages | 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 } |