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