Lottery Power Picks Drawing Results
This extension displays the LPP lottery results for various US and International lotteries.
Lottery Power Picks Drawing Results란 무엇입니까?
Lottery Power Picks Drawing Results은(는) http://www.lotterypowerpicks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the LPP lottery results for various US and International lotteries."입니다.
확장 프로그램 스크린샷
Lottery Power Picks Drawing Results 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension displays the latest lottery results in a compact gadget form. Users can see the Mega Millions, Powerball, Lotto 649, Lotto Max, Euro Millions, and other games in a simple pop up form. It was originally developed for iGoogle, but since that is being retired in November 2013, this is a solution for Google Chrome users to access the same reliable results data.
확장 프로그램 기본 정보
이름 | |
ID | ofdaphocloeflfjgchipjnaofimglcnb |
공식 URL | https://chrome.google.com/webstore/detail/lottery-power-picks-drawi/ofdaphocloeflfjgchipjnaofimglcnb |
설명 | This extension displays the LPP lottery results for various US and International lotteries. |
파일 크기 | 4.2 KB |
설치 횟수 | 126 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-12-03 |
출시 날짜 | 2014-12-03 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | http://www.lotterypowerpicks.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lottery Power Picks Drawing Results", "version": "1.2", "description": "This extension displays the LPP lottery results for various US and International lotteries.", "short_name": "Lottery Results", "sandbox": { "pages": [ "lpp-results-gadget-extension-v2.htm" ], "content_security_policy": "sandbox allow-scripts allow-forms; script-src http:\/\/www.lotterypowerpicks.com\/ http:\/\/pagead2.googlesyndication.com\/ http:\/\/googlesyndication.com\/ http:\/\/www.google-analytics.com\/ http:\/\/www.gmodules.com\/ https:\/\/www.google.com\/; " }, "browser_action": { "default_icon": "lpp_icon_19x19.png", "default_popup": "lpp-results-gadget-extension-v2.htm" }, "web_accessible_resources": [ "http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js", "urchin.js" ] } |