autoCopyText™

Copy the text when select any text on webpage

autoCopyText™คืออะไร?

autoCopyText™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vineet และคุณลักษณะหลักของมันคือ "Copy the text when select any text on webpage"

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

screenshot

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

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

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

                        Copy the text when select any text on webpage                    

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

ชื่อ autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
คำอธิบาย Copy the text when select any text on webpage
ขนาดไฟล์ 19.21 KB
จำนวนการติดตั้ง 767
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-08
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Vineet
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}