CopyTabs

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

Co to jest CopyTabs?

CopyTabs to rozszerzenie Chrome opracowane przez symphnyx.ltd, a jego główną funkcją jest „Open your current tabs, selected tabs or windows in Chrome or another browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CopyTabs

Pobierz pliki rozszerzeń CopyTabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
Oficjalny URL https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Opis Open your current tabs, selected tabs or windows in Chrome or another browser.
Rozmiar pliku 2.13 MB
Liczba instalacji 309
Aktualna Wersja 1.0.7.0
Ostatnia Aktualizacja 2022-09-20
Data Publikacji 2019-10-03
Ocena 3.90/5 Łącznie 10 Oceny
Deweloper symphnyx.ltd
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://copytabs.web.app/
Adres URL Strony Polityki Prywatności https://copytabs.firebaseapp.com/privacy.html
Obsługiwane Języki 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'"
}