Food Truck Finder Notifier
Displays food trucks that are near you now or will be near you later
O que é Food Truck Finder Notifier?
Food Truck Finder Notifier é uma extensão do Chrome desenvolvida por https://chicagofoodtruckfinder.com, e sua principal característica é "Displays food trucks that are near you now or will be near you later".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Food Truck Finder Notifier
Baixe arquivos de extensão Food Truck Finder Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hapnieohgibnoaldifflafpcflcicdlc |
URL Oficial | https://chromewebstore.google.com/detail/food-truck-finder-notifie/hapnieohgibnoaldifflafpcflcicdlc |
Descrição | Displays food trucks that are near you now or will be near you later |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 40 |
Versão Atual | 1.1 |
Última Atualização | 2019-07-27 |
Data de Publicação | 2019-07-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://chicagofoodtruckfinder.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.chicagofoodtruckfinder.com |
Idiomas Suportados | 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" ] } |