QR-Code

Show a QR-Code for the current URL (without relying on some third-party API).

QR-Codeคืออะไร?

QR-Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย felix.kaiser และคุณลักษณะหลักของมันคือ "Show a QR-Code for the current URL (without relying on some third-party API)."

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

screenshot

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

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

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

                        Shows a QR-Code for the current URL, or any other text.

It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.).

It's free and open source: https://github.com/fxkr/chrome-qrcode-extension                    

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

ชื่อ QR-Code QR-Code
ID leicjbimaiecjfljbeikdailcmaadlml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml
คำอธิบาย Show a QR-Code for the current URL (without relying on some third-party API).
ขนาดไฟล์ 13.5 KB
จำนวนการติดตั้ง 799
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-11-21
วันที่เผยแพร่ 2017-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา felix.kaiser
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fxkr/chrome-qrcode-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-Code",
    "description": "Show a QR-Code for the current URL (without relying on some third-party API).",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon-16x16.png",
        "default_popup": "popup.html"
    }
}