Daft Drop
Include information from www.daftdrop.com on daft.ie ads.
Cos'è Daft Drop?
Daft Drop è un'estensione di Chrome sviluppata da Bernard McKeever, e la sua funzione principale è "Include information from www.daftdrop.com on daft.ie ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Daft Drop
Scarica i file di estensione Daft Drop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Daft Drop |
ID | lhcgfhbbffjapboihhcigcnnbjggjpep |
URL Ufficiale | https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep |
Descrizione | Include information from www.daftdrop.com on daft.ie ads. |
Dimensione del File | 18.47 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-05-15 |
Data di Pubblicazione | 2013-05-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Bernard McKeever |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.daftdrop.com |
URL della Pagina di Aiuto | https://github.com/dregin/DaftDrop |
Lingue Supportate | 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'" } |