Tabs Closer
Tabs Closer - closing all tabs of same domain
Tabs Closerとは何ですか?
Tabs CloserはDmitry Lebedevによって開発されたChromeの拡張機能で、その主な機能は「Tabs Closer - closing all tabs of same domain」です。
拡張機能のスクリーンショット
Tabs Closer拡張機能のCRXファイルをダウンロード
Tabs Closer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tabs Closer - will close all tabs of the same domain in one click.
拡張機能の基本情報
名前 | Tabs Closer |
ID | kbjdilnofjdfokcgnpfcjogadbepemno |
公式URL | https://chromewebstore.google.com/detail/tabs-closer/kbjdilnofjdfokcgnpfcjogadbepemno |
説明 | Tabs Closer - closing all tabs of same domain |
ファイルサイズ | 23.04 KB |
インストール数 | 43 |
現在のバージョン | 2.0.0 |
最終更新日 | 2019-04-02 |
公開日 | 2019-04-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Dmitry Lebedev |
支払い方法 | free |
対応言語 | en,ru,uk |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js" ] }, "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "http:\/\/dmitrylebedev.io\/closy", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Tabs Closer", "browser_action": { "default_icon": "img\/icon48.png", "default_title": "__MSG_extIconDescription__" }, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |