Copy To Clipboard

This extension allows you to automatically copy selected text to the clipboard.

什麼是Copy To Clipboard?

Copy To Clipboard是由https://auto-copy.dllplayer.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to automatically copy selected text to the clipboard.”。

擴展截圖

screenshot

下載Copy To Clipboard擴展crx文件

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

擴展使用說明

                        Automatically copy selected text to the clipboard. It has many configurable options for controlling the behavior of the clipboard.

To begin using this extension. Here is what you need to do.

1) Install the extension
2) Go to the webpage where you want to use the "automatically copy selected text to the clipboard." feature.
3) Click on our extension icon to activate the software, begin using your mouse to highlight and copy the text.
4) You can paste the text using Control + V.                    

擴展基本資訊

名稱 Copy To Clipboard Copy To Clipboard
ID imjkddkepakidnmolhmpfldheaiakojj
官方網址 https://chromewebstore.google.com/detail/copy-to-clipboard/imjkddkepakidnmolhmpfldheaiakojj
簡介 This extension allows you to automatically copy selected text to the clipboard.
檔案大小 51.88 KB
安裝次數 8,760
目前版本 3.0.0
更新時間 2023-11-15
上架時間 2020-07-14
評分 2.13/5 共 16 次評分
開發者 https://auto-copy.dllplayer.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://auto-copy.dllplayer.com
支援的語言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": "icon-128.png"
    },
    "homepage_url": "https:\/\/auto-copy.dllplayer.com\/"
}