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 |
官方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 } |