TabCopy

Quickly copy tabs to the clipboard

Qu'est-ce que TabCopy ?

TabCopy est une extension Chrome développée par https://tabcopy.com, et sa fonction principale est "Quickly copy tabs to the clipboard".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension TabCopy 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

                        Quickly copy open tabs to the clipboard in a variety of formats.

● Copy a single tab or all tabs.

● Use built-in formats like URL, Compact, Expanded, Link, Markdown, BB code, CSV, JSON, HTML, and HTML table.

● Define your own formats with custom templates.                    

Informations de Base sur l'Extension

Nom TabCopy TabCopy
ID micdllihgoppmejpecmkilggmaagfdmb
URL Officiel https://chromewebstore.google.com/detail/tabcopy/micdllihgoppmejpecmkilggmaagfdmb
Description Quickly copy tabs to the clipboard
Taille du Fichier 96.39 KB
Nombre d'Installations 92,725
Version Actuelle 3.5
Dernière Mise à Jour 2021-10-31
Date de Publication 2020-05-11
Évaluation 4.83/5 Total 536 Évaluations
Développeur https://tabcopy.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sessionbuddy.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabCopy",
    "description": "Quickly copy tabs to the clipboard",
    "version": "3.5",
    "minimum_chrome_version": "43",
    "manifest_version": 2,
    "background": {
        "page": "bg.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "commands": {
        "copy-tabs": {
            "description": "Copy tabs",
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "contextMenus"
    ],
    "optional_permissions": [
        "notifications"
    ]
}