Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
什么是Food Truck Finder Notifier?
Food Truck Finder Notifier是由https://chicagofoodtruckfinder.com开发的Chrome扩展程序,该扩展的主要功能是“Displays food trucks that are near you now or will be near you later”。
扩展截图
下载Food Truck Finder Notifier扩展crx文件
下载Food Truck Finder Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | hapnieohgibnoaldifflafpcflcicdlc |
| 官方URL | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
| 简介 | Displays food trucks that are near you now or will be near you later |
| 文件大小 | 180 KB |
| 安装次数 | 40 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-07-27 |
| 上架时间 | 2019-07-27 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://chicagofoodtruckfinder.com |
| 付费类型 | free |
| 扩展官网 | http://www.chicagofoodtruckfinder.com |
| 支持的语言 | 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"
]
} | |