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.”。
扩展截图
下载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 |
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" ] } ] } |