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ファイルをダウンロード
Lottery Power Picks Drawing Results拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |