History Keeper
Keeping deleted and visited url history
History Keeperคืออะไร?
History Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย browserinspector และคุณลักษณะหลักของมันคือ "Keeping deleted and visited url history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History Keeper
ดาวน์โหลดไฟล์ส่วนขยาย History Keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To keeper your visited and deleted url history
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | History Keeper |
ID | gebpccdpnkhendljmgniflcjbcopoaag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-keeper/gebpccdpnkhendljmgniflcjbcopoaag |
คำอธิบาย | Keeping deleted and visited url history |
ขนาดไฟล์ | 11.36 KB |
จำนวนการติดตั้ง | 543 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2020-05-04 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | browserinspector |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Keeper", "version": "1.2", "description": "Keeping deleted and visited url history", "permissions": [ "storage", "history" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "deletedUrls.html", "default_icon": "images\/get_started48.png" }, "icons": { "16": "images\/get_started16.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |