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.”。

擴展截圖

screenshot

下載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 One Tab Only
ID cdkbmeoilbjdnbaonjnenjdafkgaeabo
官方網址 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
電子郵箱 [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"
}