Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
Food Truck Finder Notifier là gì?
Food Truck Finder Notifier là một tiện ích mở rộng Chrome được phát triển bởi https://chicagofoodtruckfinder.com, và tính năng chính của nó là "Displays food trucks that are near you now or will be near you later".
Ả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 Food Truck Finder Notifier
Tải xuống các tệp mở rộng Food Truck Finder Notifier 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
Adds an icon to chrome that notifies you when food trucks are within a configurable range of your browser. You can click the item to see a popup of the trucks that are nearby. New in version 1.1: - Removed support for NYC New in version 1.0: - Support for NYC - rounded icons - fixed background refresh bugs - flare New in version 0.1.1: - Bug fix that prevented popup from displaying trucks that are nearby New in version 0.1.0: - You can now filter out savory/dessert trucks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hapnieohgibnoaldifflafpcflcicdlc |
URL Chính Thức | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
Mô tả | Displays food trucks that are near you now or will be near you later |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-07-27 |
Ngày Phát Hành | 2019-07-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://chicagofoodtruckfinder.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.chicagofoodtruckfinder.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Food Truck Finder Notifier", "description": "Displays food trucks that are near you now or will be near you later", "version": "1.1", "icons": { "16": "icon.png", "128": "logo128x128.png" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js", "popup.js", "options.js", "bootstrap\/js\/bootstrap.min.js" ] }, "permissions": [ "notifications", "geolocation", "storage", "tabs", "http:\/\/www.chicagofoodtruckfinder.com\/" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "logo48x48.png" ] } |