Daft Drop
Include information from www.daftdrop.com on daft.ie ads.
什麼是Daft Drop?
Daft Drop是由Bernard McKeever開發的Chrome擴展程式,該擴展的主要功能是“Include information from www.daftdrop.com on daft.ie ads.”。
擴展截圖
下載Daft Drop擴展crx文件
下載Daft Drop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | lhcgfhbbffjapboihhcigcnnbjggjpep |
官方網址 | 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'" } |