Fast QR Code Generator

Generates QR code from any text (URL, message, number, etc.)

Fast QR Code Generatorคืออะไร?

Fast QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benni และคุณลักษณะหลักของมันคือ "Generates QR code from any text (URL, message, number, etc.)"

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

screenshot

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

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

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

                        Fast QR Code Generator is a handy addon that generates QR code from any text (URL, message, number, etc.). Simply open toolbar popup to view the QR code.

Some features:
a. One click QR code generation right from your browser toolbar.
b. Generated code can be sent to any device with a camera and QR reader.
c. Stores all visited tab URLs.
d. Available for all browsers (Chrome, Firefox, and Opera)

Some useful notes:
1. To use this extension you need a QR code reader installed on your cellphone.
2. There are a ton of QR code scanners for cellphones such as QR Droid™ for Android and QR Reader for iPhone.                    

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

ชื่อ Fast QR Code Generator Fast QR Code Generator
ID mabegaogknpjdomagkfdbhkodcmehlac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-qr-code-generator/mabegaogknpjdomagkfdbhkodcmehlac
คำอธิบาย Generates QR code from any text (URL, message, number, etc.)
ขนาดไฟล์ 41.13 KB
จำนวนการติดตั้ง 1,204
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2017-07-10
วันที่เผยแพร่ 2017-07-10
คะแนน 2.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Benni
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/send-to-myphone.html
URL หน้าช่วยเหลือ http://add0n.com/send-to-myphone.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "manifest_version": 2,
    "short_name": "qrcodegenerator",
    "name": "Fast QR Code Generator",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/add0n.com\/send-to-myphone.html",
    "permissions": [
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "description": "Generates QR code from any text (URL, message, number, etc.)",
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Fast QR Code Generator",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}