Daft.ie Price per person

Shows price per person when browsing daft.

Daft.ie Price per personとは何ですか?

Daft.ie Price per personはennis.tonyによって開発されたChromeの拡張機能で、その主な機能は「Shows price per person when browsing daft.」です。

拡張機能のスクリーンショット

screenshot

Daft.ie Price per person拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Roadmap: Allow people to specify how many people are renting. Implement rules based on number of bedrooms. Allow people to sort results based on price per person.                    

拡張機能の基本情報

名前 Daft.ie Price per person Daft.ie Price per person
ID ecicmagnjdddckkphkcjacmnpacpijgd
公式URL https://chromewebstore.google.com/detail/daftie-price-per-person/ecicmagnjdddckkphkcjacmnpacpijgd
説明 Shows price per person when browsing daft.
ファイルサイズ 640 KB
インストール数 25
現在のバージョン 0.0.2
最終更新日 2014-08-02
公開日 2014-08-02
評価 4.75/5 合計 4 レビュー
開発者 ennis.tony
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daft.ie Price per person",
    "manifest_version": 2,
    "version": "0.0.2",
    "description": "Shows price per person when browsing daft.",
    "permissions": [
        "*:\/\/*.daft.ie\/*\/houses-to-rent\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.daft.ie\/*\/houses-to-rent\/*"
            ],
            "js": [
                "jquery.js",
                "monitor.js"
            ],
            "css": [
                "daft-plugin.css"
            ]
        }
    ]
}