One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
One Tab to Rule Them Allคืออะไร?
One Tab to Rule Them All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Taylor และคุณลักษณะหลักของมันคือ "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Tab to Rule Them All
ดาวน์โหลดไฟล์ส่วนขยาย One Tab to Rule Them All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
คำอธิบาย | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
ขนาดไฟล์ | 22.21 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-08-07 |
วันที่เผยแพร่ | 2018-08-07 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Michael Taylor |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |