Double click to clipboard

Double click copy to clipboard

What is Double click to clipboard?

Double click to clipboard is a Chrome extension developed by Unknown, and its main feature is "Double click copy to clipboard".

Download Double click to clipboard Extension CRX File

Download Double click to clipboard 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

                                            

Extension Basic Information

Name Double click to clipboard Double click to clipboard
ID lhchgmglnhifidmalgeohaagfhmckpmo
Official URL https://chromewebstore.google.com/detail/double-click-to-clipboard/lhchgmglnhifidmalgeohaagfhmckpmo
Description Double click copy to clipboard
File Size 29.38 KB
Installation Count 45
Current Version 1.0
Last Updated 2017-06-17
Publish Date 2017-06-17
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double click to clipboard",
    "description": "Double click copy to clipboard",
    "version": "1.0",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/end.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "clipboardRead",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/empty_16.png",
            "32": "images\/empty_32.png",
            "48": "images\/empty_48.png",
            "64": "images\/empty_64.png",
            "128": "images\/empty_128.png"
        },
        "default_title": "Double click to clipboard"
    }
}