Tab Cleanup - Close duplicate tabs
Add a button to remove duplicate tabs.
Tab Cleanup - Close duplicate tabsとは何ですか?
Tab Cleanup - Close duplicate tabsはKoen Puntによって開発されたChromeの拡張機能で、その主な機能は「Add a button to remove duplicate tabs.」です。
Tab Cleanup - Close duplicate tabs拡張機能のCRXファイルをダウンロード
Tab Cleanup - Close duplicate tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ehnjmengmmjddlifamlnboeldnegbbif |
公式URL | https://chrome.google.com/webstore/detail/tab-cleanup-close-duplica/ehnjmengmmjddlifamlnboeldnegbbif |
説明 | Add a button to remove duplicate tabs. |
ファイルサイズ | 15.99 KB |
インストール数 | 138 |
現在のバージョン | 0.0.1 |
最終更新日 | 2016-08-02 |
公開日 | 2015-11-22 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Koen Punt |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/koenpunt/chrome-tab-cleanup |
ヘルプページのURL | https://github.com/koenpunt/chrome-tab-cleanup |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Cleanup - Close duplicate tabs", "short_name": "Tab Cleanup", "version": "0.0.1", "description": "Add a button to remove duplicate tabs.", "homepage_url": "https:\/\/github.com\/koenpunt", "permissions": [ "tabs" ], "browser_action": { "default_title": "Close duplicate tabs" }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] } } |