Static Tab
This extension prevents you from opening more than one tab with the same base URL
什么是Static Tab?
Static Tab是由tangodanc开发的Chrome扩展程序,该扩展的主要功能是“This extension prevents you from opening more than one tab with the same base URL”。
下载Static Tab扩展crx文件
下载Static Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy
扩展基本信息
名称 | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
官方URL | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
简介 | This extension prevents you from opening more than one tab with the same base URL |
文件大小 | 192 KB |
安装次数 | 32 |
当前版本 | 0.0.1 |
更新时间 | 2015-04-14 |
上架时间 | 2015-04-14 |
评分 | 5.00/5 共1次评分 |
开发者 | tangodanc |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Static Tab", "version": "0.0.1", "manifest_version": 2, "description": "This extension prevents you from opening more than one tab with the same base URL", "homepage_url": "http:\/\/hightechfor.me", "icons": { "16": "icons\/statictab16.png", "48": "icons\/statictab48.png", "128": "icons\/statictab128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "contextMenus", "cookies", "idle", "management", "tabs" ] } |