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 |
公式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 } |