Tab2QR

A minimalist browser extesion to send the page you are currently viewing to your mobile device.

ما هو Tab2QR؟

Tab2QR هو إضافة Chrome تم تطويرها بواسطة James Shih، والميزة الرئيسية لها هي "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tab2QR

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

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

                        Viewing a nice page and want to continue on your mobile device? 

Tired of typing URLs on your phone? 

Tab2QR at your service. Just click and scan the QR code with your phone or tablet.

Way faster huh?

Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information.

©MMXV-MMXXIII James Shih                    

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

الاسم Tab2QR Tab2QR
ID mkfcgekjddmlceifimndhbliepfgnogo
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo
الوصف A minimalist browser extesion to send the page you are currently viewing to your mobile device.
حجم الملف 20.13 KB
عدد التثبيتات 601
النسخة الحالية 4.0.0
آخر تحديث 2023-02-07
تاريخ النشر 2019-05-02
تقييم 5.00/5 مجموع تقييمات 2
المطور James Shih
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/IFS49F/Tab2QR
عنوان صفحة المساعدة https://github.com/IFS49F/Tab2QR/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "James Shih",
    "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.",
    "name": "Tab2QR",
    "version": "4.0.0",
    "icons": {
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "action": {
        "default_title": "Tab2QR",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "manifest_version": 3
}