making QRCode of the url

making QRCode of the url

ما هو making QRCode of the url؟

making QRCode of the url هو إضافة Chrome تم تطويرها بواسطة yanghongbo، والميزة الرئيسية لها هي "making QRCode of the url".

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

screenshot

تحميل ملف CRX للإضافة making QRCode of the url

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

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

                        It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website)
Open Sourced @ https://github.com/sprhawk/QRUrl


下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd                    

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

الاسم making QRCode of the url making QRCode of the url
ID gjgcfgihcndpmadahcnmfhgggpimgddo
عنوان URL الرسمي https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo
الوصف making QRCode of the url
حجم الملف 73.99 KB
عدد التثبيتات 23
النسخة الحالية 1.0.2
آخر تحديث 2014-06-11
تاريخ النشر 2014-06-11
تقييم 5.00/5 مجموع تقييمات 2
المطور yanghongbo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "making QRCode of the url",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "making QRCode of the url",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "qrcodejs\/qrcode.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "QRCode URL",
        "default_popup": "popup.html"
    }
}