Incognito Popup Button
Creates an incognito popup with the omnibox hidden.
Incognito Popup Buttonคืออะไร?
Incognito Popup Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Sharman และคุณลักษณะหลักของมันคือ "Creates an incognito popup with the omnibox hidden."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Popup Button
ดาวน์โหลดไฟล์ส่วนขยาย Incognito Popup Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a button to open an incognito popup window with no omnibox, bookmarks, etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pbcjpchjhkfhdlccaljkpmpallcmpfbb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/incognito-popup-button/pbcjpchjhkfhdlccaljkpmpallcmpfbb |
คำอธิบาย | Creates an incognito popup with the omnibox hidden. |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-06-10 |
วันที่เผยแพร่ | 2015-06-10 |
ผู้พัฒนา | Jonathan Sharman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Popup Button", "description": "Creates an incognito popup with the omnibox hidden.", "version": "1.1", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "New Incognito Popup", "default_icon": "icon.png" }, "manifest_version": 2 } |