Copy To Clipboard

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

Copy To Clipboardคืออะไร?

Copy To Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://auto-copy.dllplayer.com และคุณลักษณะหลักของมันคือ "This extension allows you to automatically copy selected text to the clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy To Clipboard

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/"
}