Auto Clipboard

Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…

Auto Clipboardคืออะไร?

Auto Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wangmeijian2016 และคุณลักษณะหลักของมันคือ "Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…"

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

screenshot

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

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

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

                        Select text, automatically copy to clipboard, save you every second!
By default, the input text is not copied. Hold down Ctrl and select the input text.

GitHub https://github.com/wangmeijian/auto_clipboard
Issue https://github.com/wangmeijian/auto_clipboard/issues

0.5.3
2022-09-10
* Support more types of website                    

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

ชื่อ Auto Clipboard Auto Clipboard
ID inhnhgihdkbalmmojcbpalkkmhkmcdjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm
คำอธิบาย Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
ขนาดไฟล์ 24.27 KB
จำนวนการติดตั้ง 1,684
เวอร์ชันปัจจุบัน 0.10.1
อัปเดตครั้งล่าสุด 2022-12-13
วันที่เผยแพร่ 2020-03-13
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา wangmeijian2016
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/wangmeijian/auto_clipboard
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.10.1",
    "action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "24": "images\/[email protected]",
            "32": "images\/[email protected]",
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        },
        "default_title": "__MSG_defaultTitle__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/[email protected]",
        "24": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js",
                "initialization.js"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "author": "wangmeijian",
    "permissions": [
        "clipboardWrite",
        "storage",
        "contextMenus"
    ]
}