Location Notifications (Ex)
Show notifications of your location sharing friends and more. (Supports Google Map location sharing)
Location Notifications (Ex) là gì?
Location Notifications (Ex) là một tiện ích mở rộng Chrome được phát triển bởi sammiruan13, và tính năng chính của nó là "Show notifications of your location sharing friends and more. (Supports Google Map location sharing)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Location Notifications (Ex)
Tải xuống các tệp mở rộng Location Notifications (Ex) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Show notifications of your location sharing friends and more. (Works with Google Maps location sharing!) Story & Features: Season #2: (Previously on season 1: There once was a "Latitude Notifications" extension for Google Latitude, an I was a happy user, until Google killed Latitude. After months without notifications, I rewrote the old extension to work with Google+ location sharing.) Recently, Google moved location sharing from Google+ back to Google Maps again. Since I have foresee this problem years ago, and architected this extension accordingly, this time I am able to quickly adapt to the change. To continue receiving location notifications, please install the new "Google Maps Location Provider" extension: https://chrome.google.com/webstore/detail/aoiaobnnbepbkgepbccipipllpmoegjk Hint for new users: click on the "Ex" at the top of the configurations page for more controls and configurations. Season #1: I was once a happy user of Latitude Notifications ... until Google decided to kill Latitude with only a short notice... :( After weeks without location updates, I decided to create my own "clone" of Latitude Notifications, but takes Google+ location sharing as source. It turned out to be more than a clone. :D The old code was almost completely rewritten, with two major features: 1. The location source is split from the notification. This extension is only the notification module, which can take location updates from arbitrary sources; I have created another extension to track Google+ location updates and channel information to this module. https://chrome.google.com/webstore/detail/ggedjgnelceocdippaplkifmgeknklbe The downside is that you have to install two extensions, but the up side is that, in case Google decide to make another switch later, adapting to new location provider is much less painful. 2. The notification function has been greatly enhanced. I made use of the latest rich notification. When you enter the "Ex" mode, you have an option to enable a small map on each notification. (Please refer to image #4 and #5) You can also customize the notification level (i.e. move across town, move in town), as well as specifying a threshold to filter out jitters (ignore random small movements).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Location Notifications (Ex) |
ID | cfpibdcoggdibkdnlfpmmgpioegapjob |
URL Chính Thức | https://chromewebstore.google.com/detail/location-notifications-ex/cfpibdcoggdibkdnlfpmmgpioegapjob |
Mô tả | Show notifications of your location sharing friends and more. (Supports Google Map location sharing) |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 647 |
Phiên Bản Hiện Tại | 1.1.2017.11070 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | sammiruan13 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Location Notifications (Ex)", "short_name": "LoNo", "version": "1.1.2017.11070", "description": "Show notifications of your location sharing friends and more. (Supports Google Map location sharing)", "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "browser_action": { "default_icon": "Icon48.png" }, "background": { "scripts": [ "\/loghelper.js", "\/moment.js", "\/background.js" ] }, "options_page": "control.html", "permissions": [ "notifications", "https:\/\/maps.googleapis.com\/" ] } |