Go Incognito!
Open current page in incognito mode (shortcut CTRL+I).
Go Incognito!คืออะไร?
Go Incognito! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaarys และคุณลักษณะหลักของมันคือ "Open current page in incognito mode (shortcut CTRL+I)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go Incognito!
ดาวน์โหลดไฟล์ส่วนขยาย Go Incognito! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open current page in incognito mode, you have 3 options to do it:
- use shortcut "CTRL+I"
- click icon in toolbar
- select `Go Incognito!` from right-click menu ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ibckhjfbpagomemcmiihcglgcimbjbpe |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/go-incognito/ibckhjfbpagomemcmiihcglgcimbjbpe |
| คำอธิบาย | Open current page in incognito mode (shortcut CTRL+I). |
| ขนาดไฟล์ | 13.83 KB |
| จำนวนการติดตั้ง | 165 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2019-01-03 |
| วันที่เผยแพร่ | 2019-01-03 |
| ผู้พัฒนา | aaarys |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Go Incognito!",
"version": "1.0",
"description": "Open current page in incognito mode (shortcut CTRL+I).",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"tabs"
],
"browser_action": {
"default_icon": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
}
},
"icons": {
"16": "icons\/incognito_icon16.png",
"32": "icons\/incognito_icon32.png",
"48": "icons\/incognito_icon48.png",
"128": "icons\/incognito_icon128.png"
},
"commands": {
"toggle-open-incognito": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Open in incognito"
}
},
"manifest_version": 2
} | |