Daft Drop

Include information from www.daftdrop.com on daft.ie ads.

Daft Drop là gì?

Daft Drop là một tiện ích mở rộng Chrome được phát triển bởi Bernard McKeever, và tính năng chính của nó là "Include information from www.daftdrop.com on daft.ie ads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Daft Drop

Tải xuống các tệp mở rộng Daft Drop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Tired of switching between daft.ie and daftdrop.com searching for the information that daft.ie doesn't make readily available like:

- How much the property originally cost.
- When it was last changed.
- What percentage (if any) the price has changed by.

This extension answers the above complaint by including this information in the daft.ie page as you browse properties.

This is all made possible by the work of Cormac Redmond @ www.daftdrop.com

Much kudos.

Version 1.1 Changes:
Bug fixes! See https://github.com/dregin/DaftDrop/issues?milestone=3&state=closed for more info.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Daft Drop Daft Drop
ID lhcgfhbbffjapboihhcigcnnbjggjpep
URL Chính Thức https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep
Mô tả Include information from www.daftdrop.com on daft.ie ads.
Kích Thước Tệp 18.47 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-05-15
Ngày Phát Hành 2013-05-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Bernard McKeever
Loại Thanh Toán free
Trang Web Mở Rộng http://www.daftdrop.com
URL Trang Trợ Giúp https://github.com/dregin/DaftDrop
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "dates.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/www.daft.ie\/searchsale*"
            ]
        }
    ],
    "description": "Include information from www.daftdrop.com on daft.ie ads.",
    "manifest_version": 2,
    "name": "Daft Drop",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "content.html"
    ],
    "permissions": [
        "http:\/\/www.daftdrop.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}