Simple Lottery Generator
This extension will generate random lottery numbers.
Simple Lottery Generatorとは何ですか?
Simple Lottery GeneratorはWillによって開発されたChromeの拡張機能で、その主な機能は「This extension will generate random lottery numbers.」です。
拡張機能のスクリーンショット
Simple Lottery Generator拡張機能のCRXファイルをダウンロード
Simple Lottery Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Generate random lottery numbers for Powerball and Mega Millions
拡張機能の基本情報
名前 | |
ID | neidfboelnecgmakbkeiehiaaajpgegc |
公式URL | https://chrome.google.com/webstore/detail/neidfboelnecgmakbkeiehiaaajpgegc |
説明 | This extension will generate random lottery numbers. |
ファイルサイズ | 76.39 KB |
インストール数 | 76 |
現在のバージョン | 1 |
最終更新日 | 2019-03-31 |
公開日 | 2019-03-31 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | Will |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Lottery Generator", "description": "This extension will generate random lottery numbers.", "version": "1", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Simple Lottery Generator" }, "background": { "scripts": [ "jquery-3.1.1.min.js" ], "persistent": false } } |