Airbnb Add Total

Display total.

Airbnb Add Totalとは何ですか?

Airbnb Add Totalはhttp://www.helmutgranda.comによって開発されたChromeの拡張機能で、その主な機能は「Display total.」です。

Airbnb Add Total拡張機能のCRXファイルをダウンロード

Airbnb Add Total拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension adds @Airbnb fee to listing subtotal and then shows cost per guest per comment here: https://twitter.com/soopa/status/417084486992416768                    

拡張機能の基本情報

名前 Airbnb Add Total Airbnb Add Total
ID lpcpilfpbndjcbkockblohhldjblbdjj
公式URL https://chrome.google.com/webstore/detail/airbnb-add-total/lpcpilfpbndjcbkockblohhldjblbdjj
説明 Display total.
ファイルサイズ 83.61 KB
インストール数 10
現在のバージョン 1.0.0
最終更新日 2013-12-30
公開日 2013-12-30
開発者 http://www.helmutgranda.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airbnb Add Total",
    "version": "1.0.0",
    "description": "Display total.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "airbnb add total",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "http:\/\/www.airbnb.com\/rooms\/",
        "https:\/\/www.airbnb.com\/rooms\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.airbnb.com\/rooms\/*"
            ],
            "css": [
                "src\/contentStyle.css"
            ],
            "js": [
                "lib\/jquery.min.js",
                "src\/contentScript.js"
            ]
        }
    ]
}