CopyTabs

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

Wat is CopyTabs?

CopyTabs is een Chrome-extensie ontwikkeld door symphnyx.ltd, en de belangrijkste functie is "Open your current tabs, selected tabs or windows in Chrome or another browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CopyTabs

Download CopyTabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
Officiële URL https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Beschrijving Open your current tabs, selected tabs or windows in Chrome or another browser.
Bestandsgrootte 2.13 MB
Aantal Installaties 309
Huidige Versie 1.0.7.0
Laatst Bijgewerkt 2022-09-20
Publicatiedatum 2019-10-03
Beoordeling 3.90/5 Totaal 10 Beoordelingen
Ontwikkelaar symphnyx.ltd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://copytabs.web.app/
URL van de Privacybeleid Pagina https://copytabs.firebaseapp.com/privacy.html
Ondersteunde Talen 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'"
}