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…”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | fmdapmnldajjokehoagkmkcllbommmfn |
官方網址 | 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\/*" ] } ] } |