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
官方網址 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"
            ]
        }
    ]
}