autoCopyText™

Copy the text when select any text on webpage

What is autoCopyText™?

autoCopyText™ is a Chrome extension developed by Vineet, and its main feature is "Copy the text when select any text on webpage".

Extension Screenshots

screenshot

Download autoCopyText™ Extension CRX File

Download autoCopyText™ 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 the text when select any text on webpage                    

Extension Basic Information

Name autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
Official URL https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Description Copy the text when select any text on webpage
File Size 19.21 KB
Installation Count 767
Current Version 0.1
Last Updated 2019-04-12
Publish Date 2019-04-08
Rating 5.00/5 Total 5 Ratings
Developer Vineet
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}