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 |
官方URL | 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" ] } |