URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

ما هو URL to QR؟

URL to QR هو إضافة Chrome تم تطويرها بواسطة JJay، والميزة الرئيسية لها هي "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

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

screenshot

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

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

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

                        Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.

Please mail your feedback to me: [email protected]                    

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

الاسم URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
الوصف This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
حجم الملف 33.94 KB
عدد التثبيتات 80
النسخة الحالية 1.1
آخر تحديث 2023-12-21
تاريخ النشر 2015-05-19
تقييم 4.86/5 مجموع تقييمات 7
المطور JJay
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR",
    "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "url.html"
    },
    "permissions": [
        "tabs"
    ]
}