Daft.ie Price per person
Shows price per person when browsing daft.
Что такое Daft.ie Price per person?
Daft.ie Price per person - это расширение Chrome, разработанное ennis.tony, и его основная функция - "Shows price per person when browsing daft.".
Снимки экрана расширения
Скачать файл CRX расширения Daft.ie Price per person
Скачайте файлы расширений 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" ] } ] } |