my extension

Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…

my extensionคืออะไร?

my extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dkempton.developer และคุณลักษณะหลักของมันคือ "Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…"

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

screenshot

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

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

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

                        Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the package to get the extension name to change, but couldn't get that to work.                    

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

ชื่อ my extension my extension
ID dhehdcfhafbjceagdpjaogedgjagngph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-extension/dhehdcfhafbjceagdpjaogedgjagngph
คำอธิบาย Insert button for generating QR codes based off of the currently selected signing. For internal use. I tried re-uploading the…
ขนาดไฟล์ 3.23 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-01-07
วันที่เผยแพร่ 2021-01-07
ผู้พัฒนา dkempton.developer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "my extension",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wesign4u.com\/signing\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}