Click2Clip
Copy to clipboard with just one click.
Hvad er Click2Clip?
Click2Clip er en Chrome-udvidelse udviklet af https://www.garralab.com, og dens hovedfunktion er "Copy to clipboard with just one click.".
Udvidelsesskærmbilleder
Download Click2Clip-udvidelses-CRX-fil
Download Click2Clip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Copy text or html directly to your clipboard. Just point the paragraph you need and click. Keyboard shortcuts fully configurable.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | dlmmpimngmepcekphcblhkdpoghdcnee | 
| Officiel URL | https://chromewebstore.google.com/detail/click2clip/dlmmpimngmepcekphcblhkdpoghdcnee | 
| Beskrivelse | Copy to clipboard with just one click. | 
| Filstørrelse | 106 KB | 
| Antal Installationer | 226 | 
| Nuværende Version | 1.6 | 
| Senest Opdateret | 2017-01-26 | 
| Udgivelsesdato | 2017-01-26 | 
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser | 
| Udvikler | https://www.garralab.com | 
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.garralab.com/click2clip.php | 
| Understøttede Sprog | 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",
        "  |  |