Tabs to clipboard, clipboard to tabs

Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.

Qu'est-ce que Tabs to clipboard, clipboard to tabs ?

Tabs to clipboard, clipboard to tabs est une extension Chrome développée par https://www.freezeec.com, et sa fonction principale est "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tabs to clipboard, clipboard to tabs

Téléchargez les fichiers d'extension Tabs to clipboard, clipboard to tabs 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

                        Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs                    

Informations de Base sur l'Extension

Nom Tabs to clipboard, clipboard to tabs Tabs to clipboard, clipboard to tabs
ID baiigfcdcocfkkjjcdhjombfpkffmfce
URL Officiel https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce
Description Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
Taille du Fichier 261 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2017-07-03
Date de Publication 2017-07-03
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://www.freezeec.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/Copy-Link-19.png",
        "default_title": "Tabs to clipboard, clipboard to tabs",
        "default_popup": "popup.html"
    },
    "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.",
    "icons": {
        "128": "img\/Copy-Link-128.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-1.7.2_min.js",
            "vendor\/encoder.js",
            "background.js"
        ]
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Copy"
        },
        "paste": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Paste"
        }
    },
    "name": "Tabs to clipboard, clipboard to tabs",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "version": "1.0",
    "manifest_version": 2
}