QR creator

Create QR code for current url.

QR creatorคืออะไร?

QR creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uğur KINIK และคุณลักษณะหลักของมันคือ "Create QR code for current url."

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

screenshot

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

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

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

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

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

ชื่อ QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
คำอธิบาย Create QR code for current url.
ขนาดไฟล์ 42.96 KB
จำนวนการติดตั้ง 12,382
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2021-06-03
วันที่เผยแพร่ 2016-08-01
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Uğur KINIK
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kinix/qr-creator-chrome-extension
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}