GPS Link

Use your phone GPS in desktop Chrome browser

GPS Link란 무엇입니까?

GPS Link은(는) https://www.cleansoft.lv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your phone GPS in desktop Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GPS Link 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}