Open in Private Mode
Open the active tab in a private window via toolbar button or context-menu.
Open in Private Modeคืออะไร?
Open in Private Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Open the active tab in a private window via toolbar button or context-menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Private Mode
ดาวน์โหลดไฟล์ส่วนขยาย Open in Private Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open in Private Mode is an extension that enables you to open the current tab (active) in a private window. Simply click on the toolbar button to open the private (or incognito) window. You can also use the context-menu item (right-click) to open the private window. Please note that, if you right-click on a link, the new private window will have the link URL instead of the tab. Moreover, you can use the keyboard shortcut (Alt + Shift + S) to open the active tab in a private window. If you want to open a custom URL in a private window when you click on the toolbar button, please open the options page and add a URL in the designated area. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/open-in-private-mode.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open in Private Mode |
ID | fcmoifjllifgjedihhcmbhjmfakcadcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-private-mode/fcmoifjllifgjedihhcmbhjmfakcadcm |
คำอธิบาย | Open the active tab in a private window via toolbar button or context-menu. |
ขนาดไฟล์ | 23.43 KB |
จำนวนการติดตั้ง | 2,586 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2024-02-12 |
วันที่เผยแพร่ | 2017-12-09 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Yubi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/open-in-private-mode.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/open-in-private-mode.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Open in Private Mode", "homepage_url": "https:\/\/mybrowseraddon.com\/open-in-private-mode.html", "description": "Open the active tab in a private window via toolbar button or context-menu.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "commands": { "private-tab": { "description": "Open in Private Mode", "suggested_key": { "mac": "Alt+Shift+S", "default": "Alt+Shift+S" } } }, "action": { "default_title": "Open in Private Mode", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |