Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
Cos'è Food Truck Finder Notifier?
Food Truck Finder Notifier è un'estensione di Chrome sviluppata da https://chicagofoodtruckfinder.com, e la sua funzione principale è "Displays food trucks that are near you now or will be near you later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Food Truck Finder Notifier
Scarica i file di estensione Food Truck Finder Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hapnieohgibnoaldifflafpcflcicdlc |
URL Ufficiale | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
Descrizione | Displays food trucks that are near you now or will be near you later |
Dimensione del File | 180 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-07-27 |
Data di Pubblicazione | 2019-07-27 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://chicagofoodtruckfinder.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.chicagofoodtruckfinder.com |
Lingue Supportate | 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" ] } |