QR Code Generator

The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.

QR Code Generatorคืออะไร?

QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย limepix และคุณลักษณะหลักของมันคือ "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts."

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

screenshot
screenshot
screenshot

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

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

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

                        The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. 

The currently available types are:

* Text
* URL
* SMS
* Phone / Dial
* Email
* Geolocation
* WiFi Network Identification
* Contact

Have fun :)                    

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

ชื่อ QR Code Generator QR Code Generator
ID bgljigeecopfljpcfbihbgdbmmhigmip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip
คำอธิบาย The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
ขนาดไฟล์ 411 KB
จำนวนการติดตั้ง 255
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-07-16
วันที่เผยแพร่ 2014-07-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา limepix
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "short_name": "QRcodegen",
    "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.",
    "version": "1.2",
    "permissions": [
        "http:\/\/devshots.org\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "Generate a QR code",
        "default_popup": "html\/popup.html"
    }
}