One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
One Tab Onlyとは何ですか?
One Tab Onlyはtamas.jankyによって開発されたChromeの拡張機能で、その主な機能は「This extension makes sure there will be only one tab open for the specified/configured domain URL.」です。
拡張機能のスクリーンショット
One Tab Only拡張機能のCRXファイルをダウンロード
One Tab Only拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
拡張機能の基本情報
名前 | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
公式URL | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
説明 | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
ファイルサイズ | 18.85 KB |
インストール数 | 1,670 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-12-11 |
公開日 | 2015-10-22 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | tamas.janky |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |