URL to QRC

This extension generates a QR Code based on the current url.

ما هو URL to QRC؟

URL to QRC هو إضافة Chrome تم تطويرها بواسطة https://bambitinc.com، والميزة الرئيسية لها هي "This extension generates a QR Code based on the current url.".

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

screenshot

تحميل ملف CRX للإضافة URL to QRC

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

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

                        Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly.


This is an Open Source project.  All the source code is hosted on GitHub at https://github.com/bambit/u2q                    

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

الاسم URL to QRC URL to QRC
ID pchcmphgcelljgbhhpbfidahgjnabgfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc
الوصف This extension generates a QR Code based on the current url.
حجم الملف 48.46 KB
عدد التثبيتات 95
النسخة الحالية 1.1
آخر تحديث 2013-03-28
تاريخ النشر 2013-03-28
المطور https://bambitinc.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRC",
    "description": "This extension generates a QR Code based on the current url.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}