QR Code Generator

Current Page to QR Code

QR Code Generatorคืออะไร?

QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xuemengfei.com และคุณลักษณะหลักของมันคือ "Current Page to QR Code"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Generator

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

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

                        Generate a QR code image for your active tab.

You can scan it by mobile.


二维码生成器——把当前网页的链接生成二维码图片                    

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

ชื่อ QR Code Generator QR Code Generator
ID heggnnjajfcmdmppnfpkgjiempnifpdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-code-generator/heggnnjajfcmdmppnfpkgjiempnifpdl
คำอธิบาย Current Page to QR Code
ขนาดไฟล์ 49.76 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-03-21
วันที่เผยแพร่ 2014-03-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.xuemengfei.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "description": "Current Page to QR Code",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/[email protected]",
            "38": "assets\/[email protected]"
        },
        "icons": {
            "16": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        },
        "default_title": "QR Code Generator",
        "default_popup": "index.html"
    }
}