ScanMe

A Chrome extension that you can scan the qr code to open url on you cellphone.

ما هو ScanMe؟

ScanMe هو إضافة Chrome تم تطويرها بواسطة Lerry، والميزة الرئيسية لها هي "A Chrome extension that you can scan the qr code to open url on you cellphone.".

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

screenshot

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

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

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

                        A Chrome extension that you can scan the qr code to open url on you cellphone.

扫描二维码,在你的手机上打开当前网页。                    

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

الاسم ScanMe ScanMe
ID cchegmecehnbcgpmmnanfmdecgehokch
عنوان URL الرسمي https://chromewebstore.google.com/detail/scanme/cchegmecehnbcgpmmnanfmdecgehokch
الوصف A Chrome extension that you can scan the qr code to open url on you cellphone.
حجم الملف 14.63 KB
عدد التثبيتات 76
النسخة الحالية 0.0.8
آخر تحديث 2015-01-09
تاريخ النشر 2015-01-08
تقييم 5.00/5 مجموع تقييمات 1
المطور Lerry
نوع الدفع free
موقع الإضافة https://github.com/lerry/ScanMe
عنوان صفحة المساعدة https://github.com/lerry/ScanMe
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_title": "ScanMe",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}