TabEraser
Context menu to close tabs in various clever ways.
TabEraserとは何ですか?
TabEraserはvoyによって開発されたChromeの拡張機能で、その主な機能は「Context menu to close tabs in various clever ways.」です。
拡張機能のスクリーンショット
TabEraser拡張機能のCRXファイルをダウンロード
TabEraser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple, yet useful extension allows you to close tabs on the same domain (*.example.com) or the same second-level domain (example.com). Optionally, you can keep you current tab open.
拡張機能の基本情報
名前 | TabEraser |
ID | daaaifdfmdlfafaaaofcigdafnmioeco |
公式URL | https://chromewebstore.google.com/detail/taberaser/daaaifdfmdlfafaaaofcigdafnmioeco |
説明 | Context menu to close tabs in various clever ways. |
ファイルサイズ | 125 KB |
インストール数 | 79 |
現在のバージョン | 2.1.4 |
最終更新日 | 2021-05-15 |
公開日 | 2019-03-08 |
評価 | 3.63/5 合計 8 レビュー |
開発者 | voy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/voy/chrome-close-tabs/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.1.4", "name": "TabEraser", "description": "Context menu to close tabs in various clever ways.", "homepage_url": "https:\/\/github.com\/voy\/chrome-close-tabs\/", "background": { "scripts": [ "bundle.js" ] }, "icons": { "128": "images\/close-tabs-128.png", "48": "images\/close-tabs-48.png", "32": "images\/close-tabs-32.png", "24": "images\/close-tabs-24.png", "16": "images\/close-tabs-16.png" }, "permissions": [ "*:\/\/*\/*", "contextMenus", "tabs" ] } |