Incognito History
Keep your incognito history
Incognito Historyคืออะไร?
Incognito History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nqnsoft และคุณลักษณะหลักของมันคือ "Keep your incognito history"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito History
ดาวน์โหลดไฟล์ส่วนขยาย Incognito History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Incognito History allows you to keep your incognito browsing history. Similar to the normal History, you can search, and manage your history. Features: * Search more from a site * Search your history by keyword. Or browse it chronologically. NOTES: * This is a work in progress and new futures and UI fixes are released periodically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Incognito History |
ID | pmfdkggpmpoebkjadpfpjpidllghlhgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc |
คำอธิบาย | Keep your incognito history |
ขนาดไฟล์ | 241 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2023-12-22 |
วันที่เผยแพร่ | 2023-03-28 |
ผู้พัฒนา | nqnsoft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/nqnsoft-privacypolicy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito History", "description": "Keep your incognito history", "version": "0.1.8", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" } }, "permissions": [ "cookies", "storage", "tabs", "identity", "identity.email" ], "host_permissions": [ "https:\/\/chromehistory.herokuapp.com\/*" ], "incognito": "spanning" } |