Daft Drop
Include information from www.daftdrop.com on daft.ie ads.
Qu'est-ce que Daft Drop ?
Daft Drop est une extension Chrome développée par Bernard McKeever, et sa fonction principale est "Include information from www.daftdrop.com on daft.ie ads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Daft Drop
Téléchargez les fichiers d'extension Daft Drop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Daft Drop |
ID | lhcgfhbbffjapboihhcigcnnbjggjpep |
URL Officiel | https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep |
Description | Include information from www.daftdrop.com on daft.ie ads. |
Taille du Fichier | 18.47 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-05-15 |
Date de Publication | 2013-05-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Bernard McKeever |
Type de Paiement | free |
Site Web de l'Extension | http://www.daftdrop.com |
URL de la Page d'Aide | https://github.com/dregin/DaftDrop |
Langues Prises en Charge | 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'" } |