Free QR Code Generator

Fast and simple QR Code Generator

Free QR Code Generatorคืออะไร?

Free QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qr.vp43.ru และคุณลักษณะหลักของมันคือ "Fast and simple QR Code Generator"

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

screenshot

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

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

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

                        Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it.

Official page http://qr.vp43.ru/

0.5.0 version
New design! With Twitter Bootstrap!                    

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

ชื่อ Free QR Code Generator Free QR Code Generator
ID ocnmfcnkkcpojobfhhpokjccbjbbmplb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb
คำอธิบาย Fast and simple QR Code Generator
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 943
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2014-03-16
วันที่เผยแพร่ 2014-03-16
คะแนน 3.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://qr.vp43.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://qr.vp43.ru/
ภาษาที่รองรับ en,ru
manifest.json
{
    "browser_action": {
        "default_title": "QR Generator",
        "default_icon": "icon_19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "19": "icon_128.png",
        "39": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Free QR Code Generator",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.5.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}