GPS Link

Use your phone GPS in desktop Chrome browser

ما هو GPS Link؟

GPS Link هو إضافة Chrome تم تطويرها بواسطة https://www.cleansoft.lv، والميزة الرئيسية لها هي "Use your phone GPS in desktop Chrome browser".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GPS Link

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

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

                        Allows to share GPS location from your Android phone with your desktops Chrome browser. Might be usefull for testing HTML5 geolocation applications.

1) Install this extension
2) Install Android app from https://play.google.com/store/apps/details?id=com.cleansoft.gpslink.app
3) Click on the GPS Link icon in dekstop Chrome
4) Pair you phone with desktop using QR code or url
5) Now your desktop Chrome browser uses your Android phone GPS location for selected page.                    

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

الاسم GPS Link GPS Link
ID apnenglknmpfjpfcdbobpjigmaapjoip
عنوان URL الرسمي https://chromewebstore.google.com/detail/gps-link/apnenglknmpfjpfcdbobpjigmaapjoip
الوصف Use your phone GPS in desktop Chrome browser
حجم الملف 78.78 KB
عدد التثبيتات 3,704
النسخة الحالية 1.5
آخر تحديث 2019-07-21
تاريخ النشر 2019-07-21
تقييم 4.29/5 مجموع تقييمات 35
المطور https://www.cleansoft.lv
نوع الدفع free
موقع الإضافة https://gpslink.azurewebsites.net
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPS Link",
    "description": "Use your phone GPS in desktop Chrome browser",
    "author": "https:\/\/www.cleansoft.lv",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.5",
    "permissions": [
        "activeTab",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "background": {
        "scripts": [
            "config.js",
            "socket.io.slim.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "browser_action": {
        "default_title": "Load GPS Link",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "manifest_version": 2
}