Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
什么是Allowed Tabs?
Allowed Tabs是由Fernando Dilland开发的Chrome扩展程序,该扩展的主要功能是“Set the maximum number of open tabs allowed in the browser.”。
扩展截图
下载Allowed Tabs扩展crx文件
下载Allowed Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Manage the number of tabs you are allowed to keep open at the same time in the browser.
扩展基本信息
名称 | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
官方URL | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
简介 | Set the maximum number of open tabs allowed in the browser. |
文件大小 | 279 KB |
安装次数 | 32 |
当前版本 | 0.1.1 |
更新时间 | 2021-07-16 |
上架时间 | 2021-07-12 |
评分 | 5.00/5 共3次评分 |
开发者 | Fernando Dilland |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/fernandomireles/static-allowed-tabs |
支持的语言 | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |