Airbnb Local

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

Airbnb Localคืออะไร?

Airbnb Local เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koukougogo และคุณลักษณะหลักของมันคือ "Display neighborhood information of an Airbnb apartment in NYC, including distance to subway, safety, nearby restaurants and bars…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airbnb Local

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}