3 Tabs Only
Allows a maximum of 3 open tabs
3 Tabs Onlyとは何ですか?
3 Tabs OnlyはOne Who Tinkersによって開発されたChromeの拡張機能で、その主な機能は「Allows a maximum of 3 open tabs」です。
拡張機能のスクリーンショット
3 Tabs Only拡張機能のCRXファイルをダウンロード
3 Tabs Only拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones. I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review. The script and manifest, for transparency: goo.gl/kac7nx goo.gl/V52guz Images made with Canva.
拡張機能の基本情報
名前 | 3 Tabs Only |
ID | pkfpaiidmiemediimekjfmlbhnbofabd |
公式URL | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
説明 | Allows a maximum of 3 open tabs |
ファイルサイズ | 37.33 KB |
インストール数 | 515 |
現在のバージョン | 7.10005 |
最終更新日 | 2020-03-01 |
公開日 | 2020-03-01 |
評価 | 4.69/5 合計 16 レビュー |
開発者 | One Who Tinkers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3 Tabs Only", "description": "Allows a maximum of 3 open tabs", "version": "7.10005", "background": { "scripts": [ "script.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |