Easy Text Copy

be easy to copy

What is Easy Text Copy?

Easy Text Copy is a Chrome extension developed by ggons, and its main feature is "be easy to copy".

Extension Screenshots

screenshot

Download Easy Text Copy Extension CRX File

Download Easy Text 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

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

Extension Basic Information

Name Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
Official URL https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
Description be easy to copy
File Size 16.92 KB
Installation Count 5,000
Current Version 1.0.2
Last Updated 2020-07-13
Publish Date 2020-07-02
Rating 4.26/5 Total 19 Ratings
Developer ggons
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}