QR Code Generator

Generates QR Codes with advanced analytics and tracking. QR Codes for URL, vCards, phone numbers and many more.

QR Code Generatorคืออะไร?

QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rene Hermenau และคุณลักษณะหลักของมันคือ "Generates QR Codes with advanced analytics and tracking. QR Codes for URL, vCards, phone numbers and many more."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Creates a QR Code from content or URL of a website.

HOW TO INSTALL:
Install -> reload current tab or restart Chrome

HOW TO USE:
Right-click on a link or selected text -> Click on the QR Code menu

This can be very handy when you are sitting at your desktop computer, finding an interesting website and want to share and send the information via your mobile phone to someone else.
So, for instance, you can scan the QR Code with your mobile device and then send an SMS or Whatsapp message to inform him about it.

No need to type out with your smartphone again. Just generate a QR code with that extension, use your smartphone to read it and send it than via copy and paste to your friend.


 Installation
- Install it and refresh the current tab or restart chrome to let the changes take effect.                    

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

ชื่อ QR Code Generator QR Code Generator
ID fghaphhjjindgcnpfamdgindjhiifhih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/qr-code-generator/fghaphhjjindgcnpfamdgindjhiifhih
คำอธิบาย Generates QR Codes with advanced analytics and tracking. QR Codes for URL, vCards, phone numbers and many more.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2020-02-27
วันที่เผยแพร่ 2020-02-27
คะแนน 3.91/5 รวมทั้งหมด 306 คะแนน
ผู้พัฒนา Rene Hermenau
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.free-qr-code.net/static/privacy-policy.html
ภาษาที่รองรับ id,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "colorbox.css"
            ],
            "js": [
                "jquery.js",
                "jquery.colorbox-qrcode-min.js",
                "qrcode.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_title__",
    "short_name": "QR Code Generator",
    "options_page": "options.html",
    "web_accessible_resources": [
        "\/images\/border.png",
        "\/images\/controls.png",
        "\/images\/loading.gif",
        "\/images\/loading_background.png"
    ],
    "permissions": [
        "background",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9"
}