Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

ما هو Easy QR-Code Generator؟

Easy QR-Code Generator هو إضافة Chrome تم تطويرها بواسطة Benjamin Klein، والميزة الرئيسية لها هي "Make QR Codes from the Current Tab or specified URL.".

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

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

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

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

الاسم Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
الوصف Make QR Codes from the Current Tab or specified URL.
حجم الملف 108 KB
عدد التثبيتات 117
النسخة الحالية 1.0.2
آخر تحديث 2014-04-28
تاريخ النشر 2014-04-28
تقييم 5.00/5 مجموع تقييمات 2
المطور Benjamin Klein
نوع الدفع free
عنوان صفحة المساعدة http://touchdata.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}