Location Notifications - GPlus Provider
Location provider for Location Notifications (Ex) using Google+ location sharing.
什麼是Location Notifications - GPlus Provider?
Location Notifications - GPlus Provider是由sammiruan13開發的Chrome擴展程式,該擴展的主要功能是“Location provider for Location Notifications (Ex) using Google+ location sharing.”。
下載Location Notifications - GPlus Provider擴展crx文件
下載Location Notifications - GPlus Provider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is no longer functional, please use the new Google Maps location provider Guess what, Google moved location sharing from G+ back to GMaps again (Come on, can we please have some stability already? Location reporting is an infrastructural service, not a fashion business). Anyway please install the new "Google Maps Location Provider" extension: https://chrome.google.com/webstore/detail/location-notifications-ex/aoiaobnnbepbkgepbccipipllpmoegjk
擴展基本資訊
名稱 | |
ID | ggedjgnelceocdippaplkifmgeknklbe |
官方網址 | https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe |
簡介 | Location provider for Location Notifications (Ex) using Google+ location sharing. |
檔案大小 | 25.36 KB |
安裝次數 | 198 |
目前版本 | 1.1.2017.11110 |
更新時間 | 2017-11-11 |
上架時間 | 2017-11-11 |
評分 | 3.64/5 共 11 次評分 |
開發者 | sammiruan13 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Location Notifications - GPlus Provider", "short_name": "LoNo-GPlus", "version": "1.1.2017.11110", "description": "Location provider for Location Notifications (Ex) using Google+ location sharing.", "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "background": { "scripts": [ "\/background.js" ] }, "permissions": [ "background" ], "web_accessible_resources": [ "\/Icon128.png", "\/Icon128_grey.png" ] } |