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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chicagofoodtruckfinder.com, και η κύρια λειτουργία του είναι "Displays food trucks that are near you now or will be near you later".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Food Truck Finder Notifier
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |