Airbnb Local

Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…

Airbnb Localとは何ですか?

Airbnb Localはkoukougogoによって開発されたChromeの拡張機能で、その主な機能は「Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…」です。

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

screenshot
screenshot

Airbnb Local拡張機能のCRXファイルをダウンロード

Airbnb Local拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars
Recommend cheaper and nearby apartments                    

拡張機能の基本情報

名前 Airbnb Local Airbnb Local
ID fmdapmnldajjokehoagkmkcllbommmfn
公式URL https://chrome.google.com/webstore/detail/airbnb-local/fmdapmnldajjokehoagkmkcllbommmfn
説明 Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…
ファイルサイズ 341 KB
インストール数 59
現在のバージョン 0.3
最終更新日 2015-02-10
公開日 2015-02-10
評価 5.00/5 合計 3 レビュー
開発者 koukougogo
支払い方法 free
拡張機能のウェブサイト http://www.airbnblocal.com
ヘルプページのURL http://www.airbnblocal.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airbnb Local",
    "version": "0.3",
    "permissions": [
        "background",
        "contextMenus",
        "tabs",
        "clipboardWrite",
        "https:\/\/cdn.leafletjs.com\/*",
        "https:\/\/api.tiles.mapbox.com\/*",
        "https:\/\/code.jquery.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.airbnblocal.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "js\/*.js",
        "css\/*.css"
    ],
    "browser_action": {
        "default_icon": "static\/button.png",
        "default_title": "Airbnb Local - dev version"
    },
    "icons": {
        "16": "static\/button.png",
        "48": "static\/button.png",
        "128": "static\/button.png",
        "19": "static\/button.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/jquery-ui.min.js",
                "js\/leaflet.js",
                "js\/contentscript.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/jquery-ui.theme.min.css",
                "css\/leaflet.css",
                "css\/abLocalStyle2.css",
                "css\/jquery-ui.structure.min.css"
            ],
            "matches": [
                "https:\/\/www.airbnb.com\/*"
            ]
        }
    ]
}