Click2Clip

Copy to clipboard with just one click.

Wat is Click2Clip?

Click2Clip is een Chrome-extensie ontwikkeld door https://www.garralab.com, en de belangrijkste functie is "Copy to clipboard with just one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click2Clip

Download Click2Clip-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

                        Copy text or html directly to your clipboard. Just point the paragraph you need and click. Keyboard shortcuts fully configurable.                    

Basisinformatie over de Extensie

Naam Click2Clip Click2Clip
ID dlmmpimngmepcekphcblhkdpoghdcnee
Officiële URL https://chromewebstore.google.com/detail/click2clip/dlmmpimngmepcekphcblhkdpoghdcnee
Beschrijving Copy to clipboard with just one click.
Bestandsgrootte 106 KB
Aantal Installaties 226
Huidige Versie 1.6
Laatst Bijgewerkt 2017-01-26
Publicatiedatum 2017-01-26
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.garralab.com
Betalingswijze free
Extensiewebsite http://www.garralab.com/click2clip.php
Ondersteunde Talen 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",
        ""
    ]
}