Close Tabs to the Left
Adds a button to close all tabs to the left of the current tab.
Close Tabs to the Leftとは何ですか?
Close Tabs to the LeftはErik Humphreyによって開発されたChromeの拡張機能で、その主な機能は「Adds a button to close all tabs to the left of the current tab.」です。
拡張機能のスクリーンショット
Close Tabs to the Left拡張機能のCRXファイルをダウンロード
Close Tabs to the Left拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab. Unlike most other extensions, it doesn't closed tabs you've pinned!
拡張機能の基本情報
名前 | Close Tabs to the Left |
ID | gggbppgpkegkkgjpmlbedgbmgomecmoj |
公式URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj |
説明 | Adds a button to close all tabs to the left of the current tab. |
ファイルサイズ | 28.38 KB |
インストール数 | 4,498 |
現在のバージョン | 1.2.1 |
最終更新日 | 2021-05-11 |
公開日 | 2019-06-26 |
評価 | 4.59/5 合計 29 レビュー |
開発者 | Erik Humphrey |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ErikHumphrey/close-tabs-to-the-left |
ヘルプページのURL | https://github.com/ErikHumphrey/close-tabs-to-the-left/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Erik Humphrey", "action": { "default_icon": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_title": "Close tabs to the left" }, "background": { "service_worker": "TabCloseScript.js" }, "description": "Adds a button to close all tabs to the left of the current tab.", "icons": { "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 3, "name": "Close Tabs to the Left", "short_name": "Close Left", "version": "1.2.1" } |