Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Easy QR-Code Generatorคืออะไร?

Easy QR-Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Klein และคุณลักษณะหลักของมันคือ "Make QR Codes from the Current Tab or specified URL."

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

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

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

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

ชื่อ Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
คำอธิบาย Make QR Codes from the Current Tab or specified URL.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-04-28
วันที่เผยแพร่ 2014-04-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Benjamin Klein
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://touchdata.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}