Airbnb Real Prices
Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
Airbnb Real Pricesとは何ですか?
Airbnb Real Pricesはbenf86によって開発されたChromeの拡張機能で、その主な機能は「Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.」です。
拡張機能のスクリーンショット
Airbnb Real Prices拡張機能のCRXファイルをダウンロード
Airbnb Real Prices拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers.
You can trigger the display of 1 real price per second because we don't want to risk getting banned by AirBnB's API. 拡張機能の基本情報
| 名前 | |
| ID | fbdldkmjiheapflcjmodkkehachcinld |
| 公式URL | https://chromewebstore.google.com/detail/airbnb-real-prices/fbdldkmjiheapflcjmodkkehachcinld |
| 説明 | Hover over the 'per day/month/year' text on the property listing to get the total price with all modifiers. |
| ファイルサイズ | 70.36 KB |
| インストール数 | 119 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2018-01-04 |
| 公開日 | 2018-01-04 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | benf86 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/benf86/AirbnbRealPrice |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Airbnb Real Prices",
"version": "1.1.1",
"manifest_version": 2,
"description": "Hover over the 'per day\/month\/year' text on the property listing to get the total price with all modifiers.",
"homepage_url": "https:\/\/www.ferreira.si",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/www.airbnb.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.airbnb.com\/*"
],
"js": [
"src\/inject\/jquery-3.2.1.min.js",
"src\/inject\/inject.js"
]
}
]
} | |