Airbnb Add Total

Display total.

Airbnb Add Total란 무엇입니까?

Airbnb Add Total은(는) http://www.helmutgranda.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display total."입니다.

Airbnb Add Total 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}