Incognito Button
Simple Incognito toolbar button.
Incognito Buttonคืออะไร?
Incognito Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Perraco Labs และคุณลักษณะหลักของมันคือ "Simple Incognito toolbar button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Button
ดาวน์โหลดไฟล์ส่วนขยาย Incognito Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A very simple Incognito toolbar button, with the option to configure the initial home page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Incognito Button |
ID | hakmbmgefmkjndplhhcnjadhkgkdplng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/incognito-button/hakmbmgefmkjndplhhcnjadhkgkdplng |
คำอธิบาย | Simple Incognito toolbar button. |
ขนาดไฟล์ | 10.14 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-10-20 |
วันที่เผยแพร่ | 2022-10-20 |
ผู้พัฒนา | Perraco Labs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.perracolabs.com/privacy-policy-chrome-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Incognito Button", "description": "Simple Incognito toolbar button.", "version": "1.0", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": [], "icons": { "128": "assets\/icon128.png" } } |