GPS Link

Use your phone GPS in desktop Chrome browser

GPS Link là gì?

GPS Link là một tiện ích mở rộng Chrome được phát triển bởi https://www.cleansoft.lv, và tính năng chính của nó là "Use your phone GPS in desktop Chrome browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPS Link

Tải xuống các tệp mở rộng GPS Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPS Link GPS Link
ID apnenglknmpfjpfcdbobpjigmaapjoip
URL Chính Thức https://chromewebstore.google.com/detail/gps-link/apnenglknmpfjpfcdbobpjigmaapjoip
Mô tả Use your phone GPS in desktop Chrome browser
Kích Thước Tệp 78.78 KB
Số Lần Cài Đặt 3,704
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-21
Đánh Giá 4.29/5 Tổng số 35 Đánh Giá
Nhà Phát Triển https://www.cleansoft.lv
Loại Thanh Toán free
Trang Web Mở Rộng https://gpslink.azurewebsites.net
Ngôn Ngữ Được Hỗ Trợ 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
}