CopyTabs

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

Qu'est-ce que CopyTabs ?

CopyTabs est une extension Chrome développée par symphnyx.ltd, et sa fonction principale est "Open your current tabs, selected tabs or windows in Chrome or another browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CopyTabs

Téléchargez les fichiers d'extension CopyTabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CopyTabs CopyTabs
ID obkbjogekcjalnaebheboejhfkamadkg
URL Officiel https://chromewebstore.google.com/detail/copytabs/obkbjogekcjalnaebheboejhfkamadkg
Description Open your current tabs, selected tabs or windows in Chrome or another browser.
Taille du Fichier 2.13 MB
Nombre d'Installations 309
Version Actuelle 1.0.7.0
Dernière Mise à Jour 2022-09-20
Date de Publication 2019-10-03
Évaluation 3.90/5 Total 10 Évaluations
Développeur symphnyx.ltd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://copytabs.web.app/
URL de la Page de Politique de Confidentialité https://copytabs.firebaseapp.com/privacy.html
Langues Prises en Charge 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'"
}