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”。
擴展截圖
下載GPS Link擴展crx文件
下載GPS Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | apnenglknmpfjpfcdbobpjigmaapjoip |
官方網址 | 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 } |