Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
Co je Food Truck Finder Notifier?
Food Truck Finder Notifier je rozšíření Chrome vyvinuté https://chicagofoodtruckfinder.com, a jeho hlavní funkcí je „Displays food trucks that are near you now or will be near you later“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Food Truck Finder Notifier
Stáhněte si soubory rozšíření Food Truck Finder Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hapnieohgibnoaldifflafpcflcicdlc |
Oficiální URL | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
Popis | Displays food trucks that are near you now or will be near you later |
Velikost souboru | 180 KB |
Počet instalací | 40 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-07-27 |
Datum Vydání | 2019-07-27 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://chicagofoodtruckfinder.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.chicagofoodtruckfinder.com |
Podporované Jazyky | 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" ] } |