Click to Tab My

Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it

Что такое Click to Tab My?

Click to Tab My - это расширение Chrome, разработанное WooodHead, и его основная функция - "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Click to Tab My

Скачайте файлы расширений Click to Tab My в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
Официальный URL https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
Описание Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it
Размер файла 49.67 KB
Количество установок 320
Текущая Версия 1.4
Последнее Обновление 2019-01-08
Дата публикации 2019-01-03
Рейтинг 1.00/5 Всего 2 оценок
Разработчик WooodHead
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it",
    "homepage_url": "http:\/\/tejji.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Click to Tab My",
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/content-script.js"
    ]
}