History On/Off Switch
Selectively/Temporary Enable/Disable Browser History
History On/Off Switchคืออะไร?
History On/Off Switch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HedCET และคุณลักษณะหลักของมันคือ "Selectively/Temporary Enable/Disable Browser History"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History On/Off Switch
ดาวน์โหลดไฟล์ส่วนขยาย History On/Off Switch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
this extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close similar in downloads history, this extension will clear the downloads history when it done if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | History On/Off Switch |
ID | emmnfedbicipebplokdnmiggphokpneo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo |
คำอธิบาย | Selectively/Temporary Enable/Disable Browser History |
ขนาดไฟล์ | 8.1 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2021-07-12 |
วันที่เผยแพร่ | 2021-07-01 |
ผู้พัฒนา | HedCET |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/HedCET/disable-history/wiki |
URL หน้าช่วยเหลือ | https://github.com/HedCET/disable-history/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.scripts.js" ] }, "browser_action": { "default_icon": "enabled.png", "default_title": "History Enabled" }, "description": "Selectively\/Temporary Enable\/Disable Browser History", "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki", "icons": { "48": "enabled.png" }, "manifest_version": 2, "name": "History On\/Off Switch", "offline_enabled": true, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "downloads", "history", "storage", "tabs" ], "version": "1.5" } |