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 |
官方網址 | 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 } |