Quick Qr

You can easily convert this any link to QR and go free with it!

Quick Qrคืออะไร?

Quick Qr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ssleptsov.blogspot.com และคุณลักษณะหลักของมันคือ "You can easily convert this any link to QR and go free with it!"

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

screenshot

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

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

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

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

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

ชื่อ Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
คำอธิบาย You can easily convert this any link to QR and go free with it!
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-03-07
วันที่เผยแพร่ 2016-03-07
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://ssleptsov.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}