Chrome To Device

Open current website on mobile device using QRCode

ما هو Chrome To Device؟

Chrome To Device هو إضافة Chrome تم تطويرها بواسطة kgreg، والميزة الرئيسية لها هي "Open current website on mobile device using QRCode".

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

screenshot

تحميل ملف CRX للإضافة Chrome To Device

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

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

                        Chrome to Device

Simple extension to open your current tab on the mobile device.

Open the tab -> click the extension icon -> scan QRCode using any QRCode scanner on your device.

Enjoy!                    

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

الاسم Chrome To Device Chrome To Device
ID abejmemejiomdhoncldkhoplbejegcdj
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-to-device/abejmemejiomdhoncldkhoplbejegcdj
الوصف Open current website on mobile device using QRCode
حجم الملف 2.46 MB
عدد التثبيتات 502
النسخة الحالية 0.2
آخر تحديث 2014-08-27
تاريخ النشر 2014-08-27
تقييم 5.00/5 مجموع تقييمات 2
المطور kgreg
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' chrome-extension:\/\/EXTENSIONID\/analytics.js; object-src 'self'",
    "name": "Chrome To Device",
    "description": "Open current website on mobile device using QRCode",
    "version": "0.2",
    "options_page": "options.html",
    "icons": {
        "48": "ico\/icon-48x48.png",
        "128": "ico\/icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "ico\/ico-qrcode-19x19-blue2.png",
        "default_popup": "popup.html"
    }
}