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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |