Always Copy

A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.

Always Copyคืออะไร?

Always Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย japamat และคุณลักษณะหลักของมันคือ "A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Always Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lets you copy highlighted text to your clip board even when the page doesn't allow you to do so by right clicking the traditional copy button or using ⌘ + c (windows: ctrl + c) doesn't work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Always Copy Always Copy
ID pfiieiadpcemdkcaaicekbiokgnojnim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/always-copy/pfiieiadpcemdkcaaicekbiokgnojnim
คำอธิบาย A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.
ขนาดไฟล์ 6.92 KB
จำนวนการติดตั้ง 288
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-17
วันที่เผยแพร่ 2020-06-16
ผู้พัฒนา japamat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Copy",
    "version": "1.0",
    "description": "A simple extension that lets you always copy highlighted items to the clipboard, even when right clicking or ctrl + c doesn't work.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/copy_16.png",
            "32": "images\/copy_32.png",
            "48": "images\/copy_48.png",
            "128": "images\/copy_128.png"
        }
    },
    "icons": {
        "16": "images\/copy_16.png",
        "32": "images\/copy_32.png",
        "48": "images\/copy_48.png",
        "128": "images\/copy_128.png"
    },
    "manifest_version": 2
}