History Graph
Reads your history, and shows the top ten pages you go to by typing the URL.
History Graphคืออะไร?
History Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Ma และคุณลักษณะหลักของมันคือ "Reads your history, and shows the top ten pages you go to by typing the URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Graph
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |