Close Current Tab Button
A close tab button adds to the toolbar.
Close Current Tab Buttonとは何ですか?
Close Current Tab ButtonはPiakによって開発されたChromeの拡張機能で、その主な機能は「A close tab button adds to the toolbar.」です。
拡張機能のスクリーンショット
Close Current Tab Button拡張機能のCRXファイルをダウンロード
Close Current Tab Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster. Port Firefox add-ons to Chrome : Simple Close Tab button v1.2 Release Note: 1.0.2 - Remove unused initialize permission.
拡張機能の基本情報
名前 | Close Current Tab Button |
ID | jpbiknamaihiojmalpahjdcoognffldc |
公式URL | https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc |
説明 | A close tab button adds to the toolbar. |
ファイルサイズ | 5.58 KB |
インストール数 | 433 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-03-09 |
公開日 | 2023-03-09 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Piak |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Current Tab Button", "version": "1.0.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "A close tab button adds to the toolbar.", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |