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によって開発されたChromeの拡張機能で、その主な機能は「Displays food trucks that are near you now or will be near you later」です。

拡張機能のスクリーンショット

screenshot

Food Truck Finder Notifier拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Food Truck Finder Notifier Food Truck Finder Notifier
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"
    ]
}