Daft Drop

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

Co to jest Daft Drop?

Daft Drop to rozszerzenie Chrome opracowane przez Bernard McKeever, a jego główną funkcją jest „Include information from www.daftdrop.com on daft.ie ads.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Daft Drop

Pobierz pliki rozszerzeń Daft Drop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Daft Drop Daft Drop
ID lhcgfhbbffjapboihhcigcnnbjggjpep
Oficjalny URL https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep
Opis Include information from www.daftdrop.com on daft.ie ads.
Rozmiar pliku 18.47 KB
Liczba instalacji 26
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-05-15
Data Publikacji 2013-05-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Bernard McKeever
Typ Płatności free
Strona Rozszerzenia http://www.daftdrop.com
Adres URL Strony Pomocy https://github.com/dregin/DaftDrop
Obsługiwane Języki 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'"
}