Page to QR Code

Get a QR code of current page with just one click.

ما هو Page to QR Code؟

Page to QR Code هو إضافة Chrome تم تطويرها بواسطة Jan Rychtář، والميزة الرئيسية لها هي "Get a QR code of current page with just one click.".

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

screenshot

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

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

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

                        Get a QR code of the current page with just one click.                    

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

الاسم Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
الوصف Get a QR code of current page with just one click.
حجم الملف 7.89 KB
عدد التثبيتات 43
النسخة الحالية 1.0.4
آخر تحديث 2013-02-27
تاريخ النشر 2013-02-27
تقييم 3.67/5 مجموع تقييمات 3
المطور Jan Rychtář
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}