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 |
公式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'" } |