Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Close Tabs To The Leftとは何ですか?
Close Tabs To The Leftはfr1skによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to close chrome tabs to the left, with one press of the button」です。
拡張機能のスクリーンショット
Close Tabs To The Left拡張機能のCRXファイルをダウンロード
Close Tabs To The Left拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
拡張機能の基本情報
名前 | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
公式URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
説明 | This extension allows the user to close chrome tabs to the left, with one press of the button |
ファイルサイズ | 11.62 KB |
インストール数 | 35 |
現在のバージョン | 1.2 |
最終更新日 | 2019-02-22 |
公開日 | 2019-02-22 |
開発者 | fr1sk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |