Auto Copy Paste Text

Automatically copy text and paste text without formatting

What is Auto Copy Paste Text?

Auto Copy Paste Text is a Chrome extension developed by mzzlillieee, and its main feature is "Automatically copy text and paste text without formatting".

Extension Screenshots

screenshot

Download Auto Copy Paste Text Extension CRX File

Download Auto Copy Paste 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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

Extension Basic Information

Name Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
Official URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Description Automatically copy text and paste text without formatting
File Size 5.4 KB
Installation Count 1,000
Current Version 1
Last Updated 2020-03-11
Publish Date 2020-03-11
Rating 3.25/5 Total 8 Ratings
Developer mzzlillieee
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}