QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

QR Codematicคืออะไร?

QR Codematic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slawkacz และคุณลักษณะหลักของมันคือ "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

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

ชื่อ QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
คำอธิบาย QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 310
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2018-10-10
วันที่เผยแพร่ 2018-10-10
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา slawkacz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/slawkacz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}