The QRcode Generator

Generate Qrcode of your current tab and Selection

ما هو The QRcode Generator؟

The QRcode Generator هو إضافة Chrome تم تطويرها بواسطة JohnnyWorks، والميزة الرئيسية لها هي "Generate Qrcode of your current tab and Selection".

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

screenshot
screenshot

تحميل ملف CRX للإضافة The QRcode Generator

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

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

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

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

الاسم The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
عنوان URL الرسمي https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
الوصف Generate Qrcode of your current tab and Selection
حجم الملف 66.86 KB
عدد التثبيتات 96
النسخة الحالية 1.0
آخر تحديث 2014-10-04
تاريخ النشر 2014-10-04
المطور JohnnyWorks
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}