Easy Text Copy

be easy to copy

什麼是Easy Text Copy?

Easy Text Copy是由ggons開發的Chrome擴展程式,該擴展的主要功能是“be easy to copy”。

擴展截圖

screenshot

下載Easy Text Copy擴展crx文件

下載Easy Text Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Easy Text Copy" copy text easily with easy movements.

* Usage *

1. Copy the text in one click area.
- Alt key + Mouse Left-Click

2. Copy the text one after another.
- Alt key + Mouse Left-Click [+ Mouse Left-Click] [+ Mouse Left-Click]

3. Copy the dragged text.
- Drag + Alt key + Mouse Left-Click

You can change to another key instead of the Alt key.                    

擴展基本資訊

名稱 Easy Text Copy Easy Text Copy
ID ifnpgfoniiadhamkbgdiokjefenpacjm
官方網址 https://chromewebstore.google.com/detail/easy-text-copy/ifnpgfoniiadhamkbgdiokjefenpacjm
簡介 be easy to copy
檔案大小 16.92 KB
安裝次數 5,000
目前版本 1.0.2
更新時間 2020-07-13
上架時間 2020-07-02
評分 4.26/5 共 19 次評分
開發者 ggons
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Text Copy",
    "description": "be easy to copy",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}