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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays food trucks that are near you now or will be near you later"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Food Truck Finder Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |