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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Airbnb Local एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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