MYTD
MYTD Tab Destroyer limits tabs to increase your browsing efficiency.
什么是MYTD?
MYTD是由mmche12开发的Chrome扩展程序,该扩展的主要功能是“MYTD Tab Destroyer limits tabs to increase your browsing efficiency.”。
扩展截图
下载MYTD扩展crx文件
下载MYTD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MYTD is a simple tab controller that limits the amount of tabs per window and improves your web browsing efficiency. Set the maximum number of tabs and enjoy!
扩展基本信息
名称 | |
ID | dcikbgjmaafcfopfineffopjennkkcao |
官方URL | https://chrome.google.com/webstore/detail/mytd/dcikbgjmaafcfopfineffopjennkkcao |
简介 | MYTD Tab Destroyer limits tabs to increase your browsing efficiency. |
文件大小 | 3.27 MB |
安装次数 | 32 |
当前版本 | 1.1 |
更新时间 | 2017-08-10 |
上架时间 | 2017-08-10 |
评分 | 5.00/5 共2次评分 |
开发者 | mmche12 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MYTD", "description": "MYTD Tab Destroyer limits tabs to increase your browsing efficiency.", "version": "1.1", "browser_action": { "default_icon": "icons\/mytd-icon.png", "default_popup": "tabcontrol.html" }, "icons": { "16": "icons\/mytd-icon.png", "48": "icons\/mytd-48.png", "128": "icons\/mytd-128.png" }, "background": { "scripts": [ "tabbackground.js" ] }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/" ] } |