excl
Close all duplicate URLs easy.
exclとは何ですか?
exclはdev.lycorisによって開発されたChromeの拡張機能で、その主な機能は「Close all duplicate URLs easy.」です。
拡張機能のスクリーンショット
excl拡張機能のCRXファイルをダウンロード
excl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension closes all tabs which are duplicated URLs. For example, if you opened two tabs that same URL and one tab that not the same URL. When used this extension, only two tabs remained. It's each another URL. この Chrome 拡張機能はすべての重複するタブを閉じます。 例えば、もし2つの同じ URL であるタブと、それとは異なる URL である1つのタブを開いているとします。 この拡張機能を使うとタブの数は2つだけになります。すなわち、それらは異なる URL のタブです。 Icon made by Freepik (https://www.flaticon.com/authors/freepik) from www.flaticon.com (http://www.flaticon.com/).
拡張機能の基本情報
名前 | excl |
ID | gpdohcgeplmiakcbgdagnajcdjlogbnl |
公式URL | https://chromewebstore.google.com/detail/excl/gpdohcgeplmiakcbgdagnajcdjlogbnl |
説明 | Close all duplicate URLs easy. |
ファイルサイズ | 11.17 KB |
インストール数 | 1,159 |
現在のバージョン | 0.1.2 |
最終更新日 | 2020-01-26 |
公開日 | 2020-01-26 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | dev.lycoris |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ktr0731/excl |
ヘルプページのURL | https://github.com/ktr0731/excl/issues |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.2", "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |