Fingertip QR Link

Convert link or current address to QR Code for mobile

ما هو Fingertip QR Link؟

Fingertip QR Link هو إضافة Chrome تم تطويرها بواسطة shernshiou، والميزة الرئيسية لها هي "Convert link or current address to QR Code for mobile".

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

screenshot
screenshot

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

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

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

                        This extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader.

Github: https://github.com/shernshiou/Fingertip-QR-Link                    

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

الاسم Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
عنوان URL الرسمي https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
الوصف Convert link or current address to QR Code for mobile
حجم الملف 54.71 KB
عدد التثبيتات 14
النسخة الحالية 0.1
آخر تحديث 2012-09-06
تاريخ النشر 2012-09-06
تقييم 5.00/5 مجموع تقييمات 1
المطور shernshiou
نوع الدفع free
موقع الإضافة https://github.com/shernshiou/Fingertip-QR-Link
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fingertip QR Link",
    "description": "Convert link or current address to QR Code for mobile",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}