Incognito History
Keep your incognito history
Incognito History là gì?
Incognito History là một tiện ích mở rộng Chrome được phát triển bởi nqnsoft, và tính năng chính của nó là "Keep your incognito history".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Incognito History
Tải xuống các tệp mở rộng Incognito History dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Incognito History |
ID | pmfdkggpmpoebkjadpfpjpidllghlhgc |
URL Chính Thức | https://chromewebstore.google.com/detail/incognito-history/pmfdkggpmpoebkjadpfpjpidllghlhgc |
Mô tả | Keep your incognito history |
Kích Thước Tệp | 241 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 0.1.8 |
Cập Nhật Lần Cuối | 2023-12-22 |
Ngày Phát Hành | 2023-03-28 |
Nhà Phát Triển | nqnsoft |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/nqnsoft-privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |