Simple History
A basic history tool to view visted site, no of visists and last visited
Simple Historyคืออะไร?
Simple History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miqdad Ali K และคุณลักษณะหลักของมันคือ "A basic history tool to view visted site, no of visists and last visited"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple History
ดาวน์โหลดไฟล์ส่วนขยาย Simple History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Single click to view your all browsing historyView all your browsing history and total number of visit to particular URL. You can easily view your web hostory with total visit count, last visited time and search history Features * Daily visit history * No.of visit to particular URL * Last visited date * Easy search for URL or title of the page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple History |
ID | nlnocjkcmekdoghcabgkflhpliibmoha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha |
คำอธิบาย | A basic history tool to view visted site, no of visists and last visited |
ขนาดไฟล์ | 146 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-02-23 |
วันที่เผยแพร่ | 2016-02-23 |
ผู้พัฒนา | Miqdad Ali K |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple History", "description": "A basic history tool to view visted site, no of visists and last visited", "version": "1.1", "permissions": [ "history" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |