Click2Clip

Copy to clipboard with just one click.

Qu'est-ce que Click2Clip ?

Click2Clip est une extension Chrome développée par https://www.garralab.com, et sa fonction principale est "Copy to clipboard with just one click.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Click2Clip 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 text or html directly to your clipboard. Just point the paragraph you need and click. Keyboard shortcuts fully configurable.                    

Informations de Base sur l'Extension

Nom Click2Clip Click2Clip
ID dlmmpimngmepcekphcblhkdpoghdcnee
URL Officiel https://chromewebstore.google.com/detail/click2clip/dlmmpimngmepcekphcblhkdpoghdcnee
Description Copy to clipboard with just one click.
Taille du Fichier 106 KB
Nombre d'Installations 226
Version Actuelle 1.6
Dernière Mise à Jour 2017-01-26
Date de Publication 2017-01-26
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://www.garralab.com
Type de Paiement free
Site Web de l'Extension http://www.garralab.com/click2clip.php
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "name": "Click2Clip",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Copy to clipboard with just one click.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-1.7.min.js",
                "js\/click2clip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click2Clip",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        ""
    ]
}