QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

QR Code Generatorคืออะไร?

QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webplusdevelopers.com และคุณลักษณะหลักของมันคือ "This extension quickly generates a QR Code for url of the current tab."

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

screenshot

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

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

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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

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

ชื่อ QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
คำอธิบาย This extension quickly generates a QR Code for url of the current tab.
ขนาดไฟล์ 53.81 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-08-15
วันที่เผยแพร่ 2014-08-15
ผู้พัฒนา https://webplusdevelopers.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}