Select all in context menu

This extension allows the user to select all text from the context menu of the current page.

Select all in context menuคืออะไร?

Select all in context menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabor และคุณลักษณะหลักของมันคือ "This extension allows the user to select all text from the context menu of the current page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Select all in context menu

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

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

                                            

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

ชื่อ Select all in context menu Select all in context menu
ID hjplacmcplgbbhgfjbbjdpjliibpgefm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/select-all-in-context-men/hjplacmcplgbbhgfjbbjdpjliibpgefm
คำอธิบาย This extension allows the user to select all text from the context menu of the current page.
ขนาดไฟล์ 8.07 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2017-12-01
วันที่เผยแพร่ 2017-12-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Gabor
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select all in context menu",
    "description": "This extension allows the user to select all text from the context menu of the current page.",
    "version": "0.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "selectall.js"
        ]
    },
    "icons": {
        "16": "images\/ico16.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}