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\/" ] } |