Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
Qu'est-ce que Food Truck Finder Notifier ?
Food Truck Finder Notifier est une extension Chrome développée par https://chicagofoodtruckfinder.com, et sa fonction principale est "Displays food trucks that are near you now or will be near you later".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Food Truck Finder Notifier
Téléchargez les fichiers d'extension Food Truck Finder Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hapnieohgibnoaldifflafpcflcicdlc |
URL Officiel | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
Description | Displays food trucks that are near you now or will be near you later |
Taille du Fichier | 180 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-07-27 |
Date de Publication | 2019-07-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://chicagofoodtruckfinder.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.chicagofoodtruckfinder.com |
Langues Prises en Charge | 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" ] } |