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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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'" } |