Click2Clip

Copy to clipboard with just one click.

What is Click2Clip?

Click2Clip is a Chrome extension developed by https://www.garralab.com, and its main feature is "Copy to clipboard with just one click.".

Extension Screenshots

screenshot

Download Click2Clip Extension CRX File

Download Click2Clip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Click2Clip Click2Clip
ID dlmmpimngmepcekphcblhkdpoghdcnee
Official URL https://chromewebstore.google.com/detail/click2clip/dlmmpimngmepcekphcblhkdpoghdcnee
Description Copy to clipboard with just one click.
File Size 106 KB
Installation Count 226
Current Version 1.6
Last Updated 2017-01-26
Publish Date 2017-01-26
Rating 4.00/5 Total 2 Ratings
Developer https://www.garralab.com
Payment Type free
Extension Website http://www.garralab.com/click2clip.php
Supported Languages 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",
        ""
    ]
}