QR code generator

speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly

ما هو QR code generator؟

QR code generator هو إضافة Chrome تم تطويرها بواسطة oksuluf، والميزة الرئيسية لها هي "speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly".

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

screenshot
screenshot

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

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

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

                        便捷生成当前页面、图片、视频、音频网址的二维码,手机直接扫描就可以浏览                    

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

الاسم QR code generator QR code generator
ID akfdjbkhbplepmhekgpcgdipgobjfhef
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-code-generator/akfdjbkhbplepmhekgpcgdipgobjfhef
الوصف speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly
حجم الملف 362 KB
عدد التثبيتات 363
النسخة الحالية 1.0.0.1002
آخر تحديث 2021-05-14
تاريخ النشر 2017-02-26
المطور oksuluf
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.toptopn.com/privacy.html
اللغات المدعومة en,zh-CN,zh-TW,ja
manifest.json
{
    "version": "1.0.0.1002",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "default_locale": "zh_CN",
    "name": "__MSG_default_title__",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/19.png",
        "19": "img\/19.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "pop.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}