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 |
官方網址 | 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\/" ] } |