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是由Michael Taylor開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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 } |