QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

ما هو QR Codematic؟

QR Codematic هو إضافة Chrome تم تطويرها بواسطة slawkacz، والميزة الرئيسية لها هي "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

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

الاسم QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
الوصف QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
حجم الملف 121 KB
عدد التثبيتات 310
النسخة الحالية 1.1.2
آخر تحديث 2018-10-10
تاريخ النشر 2018-10-10
تقييم 4.33/5 مجموع تقييمات 6
المطور slawkacz
نوع الدفع free
موقع الإضافة http://github.com/slawkacz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}