CopyTabs

Open your current tabs, selected tabs or windows in Chrome or another browser.

Что такое CopyTabs?

CopyTabs - это расширение Chrome, разработанное symphnyx.ltd, и его основная функция - "Open your current tabs, selected tabs or windows in Chrome or another browser.".

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

screenshot

Скачать файл CRX расширения CopyTabs

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

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

                        With the CopyTabs Chrome extension, you can open browser URLs from Chrome, into any browser installed on your machine, or any other Chrome profile.

Easy to install. Just follow the instructions here, after installing the extension: https://copytabs.web.app/#about                    

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

Название CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
Официальный URL https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Описание Open your current tabs, selected tabs or windows in Chrome or another browser.
Размер файла 2.13 MB
Количество установок 309
Текущая Версия 1.0.7.0
Последнее Обновление 2022-09-20
Дата публикации 2019-10-03
Рейтинг 3.90/5 Всего 10 оценок
Разработчик symphnyx.ltd
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://copytabs.web.app/
URL страницы политики конфиденциальности https://copytabs.firebaseapp.com/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CopyTabs",
    "description": "Open your current tabs, selected tabs or windows in Chrome or another browser.",
    "version": "1.0.7.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tabs.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/shared.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "nativeMessaging",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}