CopyTabs

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

Apa itu CopyTabs?

CopyTabs adalah ekstensi Chrome yang dikembangkan oleh symphnyx.ltd, dan fitur utamanya adalah "Open your current tabs, selected tabs or windows in Chrome or another browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CopyTabs

Unduh file ekstensi CopyTabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
URL Resmi https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Deskripsi Open your current tabs, selected tabs or windows in Chrome or another browser.
Ukuran File 2.13 MB
Jumlah Instalasi 309
Versi Saat Ini 1.0.7.0
Terakhir Diperbarui 2022-09-20
Tanggal Publikasi 2019-10-03
Penilaian 3.90/5 Total 10 Penilaian
Pengembang symphnyx.ltd
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://copytabs.web.app/
URL Halaman Kebijakan Privasi https://copytabs.firebaseapp.com/privacy.html
Bahasa yang Didukung 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'"
}