Auto Copy Pro

Automatically copy selected text from any website to your clipboard!

Auto Copy Proคืออะไร?

Auto Copy Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hafizur Rahman และคุณลักษณะหลักของมันคือ "Automatically copy selected text from any website to your clipboard!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        It save your time by automatically copy selected text to the clipboard.

When text is selected using the mouse/keyboard it will automatically be copied to the clipboard.

# Once this extension is installed you must reload any open tabs in order for it to work #

Features:
 - Notification on copy
 - Work with keyboard
 - Always copy as a link
 - Copy without formatting
 - Works with all URL types
 - Use modifier key(s) to copy as a link

Who should use ---
- Programmer
- Copywriter
- Blogger
- Every Chrome user 😊

More features coming soon !                    

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

ชื่อ Auto Copy Pro Auto Copy Pro
ID dggjedhladcgnhkehemidebdddebfkad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-copy-pro/dggjedhladcgnhkehemidebdddebfkad
คำอธิบาย Automatically copy selected text from any website to your clipboard!
ขนาดไฟล์ 14.09 KB
จำนวนการติดตั้ง 806
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-10-04
วันที่เผยแพร่ 2021-10-01
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Hafizur Rahman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Copy Pro",
    "description": "Automatically copy selected text from any website to your clipboard!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "script.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/notepad16.png",
            "32": "\/images\/notepad32.png",
            "48": "\/images\/notepad48.png",
            "128": "\/images\/notepad128.png"
        }
    },
    "icons": {
        "16": "\/images\/notepad16.png",
        "32": "\/images\/notepad32.png",
        "48": "\/images\/notepad48.png",
        "128": "\/images\/notepad128.png"
    },
    "options_page": "options.html"
}