Easy Copy Text

EasyCopyText

What is Easy Copy Text?

Easy Copy Text is a Chrome extension developed by monik.182, and its main feature is "EasyCopyText".

Extension Screenshots

screenshot

Download Easy Copy Text Extension CRX File

Download Easy Copy Text 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 highlighted text from your browser and keep it in a clipboard to easy access.                    

Extension Basic Information

Name Easy Copy Text Easy Copy Text
ID iajaabbmcegelbafniboablmlmiohogh
Official URL https://chromewebstore.google.com/detail/easy-copy-text/iajaabbmcegelbafniboablmlmiohogh
Description EasyCopyText
File Size 11.8 KB
Installation Count 28
Current Version 1.0
Last Updated 2020-10-22
Publish Date 2020-10-22
Developer monik.182
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Copy Text",
    "version": "1.0",
    "description": "EasyCopyText",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "store.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons8-copy-64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "store.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "author": "Monica Carvajal"
}