Enable Copy

Allow selecting, copying, pasting anywhere.

What is Enable Copy?

Enable Copy is a Chrome extension developed by Derek, and its main feature is "Allow selecting, copying, pasting anywhere.".

Extension Screenshots

screenshot

Download Enable Copy Extension CRX File

Download Enable Copy 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

                        Enable Copy is a simple tool made by Derek.

How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.                    

Extension Basic Information

Name Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
Official URL https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
Description Allow selecting, copying, pasting anywhere.
File Size 19.78 KB
Installation Count 20,000
Current Version 1.0
Last Updated 2022-01-21
Publish Date 2020-10-05
Rating 3.63/5 Total 16 Ratings
Developer Derek
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/footer.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}