QR Code Generator

Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.

ما هو QR Code Generator؟

QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://www.hitslink.com، والميزة الرئيسية لها هي "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة QR Code Generator

قم بتنزيل ملفات الامتداد QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The easiest way to get QR codes from URLs (also free text and phone numbers).

Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number.

To read the QR code, use a QR code reader app.  They are widely available on Android, IOS and most other platforms.

A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code).  The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.                    

معلومات أساسية عن التمديد

الاسم QR Code Generator QR Code Generator
ID debbcngjakfaeecpdlfpoobcknkljiod
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod
الوصف Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
حجم الملف 84.42 KB
عدد التثبيتات 353
النسخة الحالية 1.1
آخر تحديث 2013-03-07
تاريخ النشر 2013-03-07
تقييم 3.67/5 مجموع تقييمات 6
المطور https://www.hitslink.com
نوع الدفع free
موقع الإضافة http://www.hitslink.com
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.",
    "minimum_chrome_version": "17.0",
    "name": "QR Code Generator",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}