Daft Drop

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

Daft Drop क्या है?

Daft Drop Bernard McKeever द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Include information from www.daftdrop.com on daft.ie ads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daft Drop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Daft Drop Daft Drop
ID lhcgfhbbffjapboihhcigcnnbjggjpep
आधिकारिक URL https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep
विवरण Include information from www.daftdrop.com on daft.ie ads.
फ़ाइल का आकार 18.47 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-05-15
प्रकाशन तिथि 2013-05-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Bernard McKeever
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.daftdrop.com
सहायता पृष्ठ URL https://github.com/dregin/DaftDrop
समर्थित भाषाएँ 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'"
}