Auto Copy Paste Text

Automatically copy text and paste text without formatting

什么是Auto Copy Paste Text?

Auto Copy Paste Text是由mzzlillieee开发的Chrome扩展程序,该扩展的主要功能是“Automatically copy text and paste text without formatting”。

扩展截图

screenshot

下载Auto Copy Paste Text扩展crx文件

下载Auto Copy Paste Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
官方URL https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
简介 Automatically copy text and paste text without formatting
文件大小 5.4 KB
安装次数 1,000
当前版本 1
更新时间 2020-03-11
上架时间 2020-03-11
评分 3.25/5 共8次评分
开发者 mzzlillieee
付费类型 free
支持的语言 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"
            ]
        }
    ]
}