incogni-tab
Open your current tab in an incognito or regular window
incogni-tabคืออะไร?
incogni-tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Targetlock.io และคุณลักษณะหลักของมันคือ "Open your current tab in an incognito or regular window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย incogni-tab
ดาวน์โหลดไฟล์ส่วนขยาย incogni-tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking! It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened. Please post suggestions and reviews, we want to make this the most useful extension of its kind.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | incogni-tab |
ID | mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
คำอธิบาย | Open your current tab in an incognito or regular window |
ขนาดไฟล์ | 46.31 KB |
จำนวนการติดตั้ง | 903 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2020-11-18 |
วันที่เผยแพร่ | 2016-02-03 |
คะแนน | 4.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Targetlock.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "incogni-tab", "version": "1.2.1", "author": "EDGE Solutions", "offline_enabled": true, "browser_action": { "default_title": "incogni-tab", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "src\/background\/background.min.js" ], "persistent": false }, "options_ui": { "page": "src\/options\/options_overlay.html", "chrome_style": true } } |