QR Code (Generator and Reader)

Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…

QR Code (Generator and Reader)คืออะไร?

QR Code (Generator and Reader) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qrlive.net และคุณลักษณะหลักของมันคือ "Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…"

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

screenshot

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

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

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

                        Generar código QR desde la url que estés visitando, de enlaces, imágenes, textos seleccionados. Y decodificar una imagen de código qr.                    

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

ชื่อ QR Code (Generator and Reader) QR Code (Generator and Reader)
ID cpkojheloojklhggeambepedgooiihlc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-code-generator-and-rea/cpkojheloojklhggeambepedgooiihlc
คำอธิบาย Generate QR code from the url of current page, link, music, video, news notes, image or text. And it decodes the QR code of an…
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 11,099
เวอร์ชันปัจจุบัน 1.4.1.9
อัปเดตครั้งล่าสุด 2018-05-31
วันที่เผยแพร่ 2018-05-31
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://qrlive.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://qrlive.net
URL หน้าช่วยเหลือ http://qrlive.net
ภาษาที่รองรับ en,es,pt-BR
manifest.json
{
    "author": "qrlive,net",
    "background": {
        "scripts": [
            "js\/soft\/qrcode.js",
            "js\/soft\/qrcode_UTF8.js",
            "js\/noconflict.js",
            "js\/soft\/jsqrcode.min.js",
            "js\/api.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "es",
    "description": "__MSG_description__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "options_page": "opcion.html",
    "options_ui": {
        "chrome_style": true,
        "page": "opcion.html"
    },
    "page_action": {
        "default_icon": {
            "32": "icon\/32.png",
            "38": "icon\/38.png",
            "48": "icon\/48.png",
            "96": "icon\/96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_generate__"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1.9"
}