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\/*"
            ]
        }
    ]
}