Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

Copy Input Textคืออะไร?

Copy Input Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima PM และคุณลักษณะหลักของมันคือ "Copies all input text without selecting it. Allows to copy password text."

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

screenshot

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

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

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

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

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

ชื่อ Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
คำอธิบาย Copies all input text without selecting it. Allows to copy password text.
ขนาดไฟล์ 4.34 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-06-24
วันที่เผยแพร่ 2016-05-27
ผู้พัฒนา Dima PM
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Input Text",
    "version": "0.1",
    "description": "Copies all input text without selecting it. Allows to copy password text.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "copy-input-text": {
            "description": "Copy input text"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}