Random Number Plus
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…
Random Number Plusとは何ですか?
Random Number Plusはmatthew.tejaによって開発されたChromeの拡張機能で、その主な機能は「Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…」です。
拡張機能のスクリーンショット
Random Number Plus拡張機能のCRXファイルをダウンロード
Random Number Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related tasks. Functions include coin flips, dice rolls, random card draws, number generators and more! To use the extension, click the icon and select the function from the drop down menu.
拡張機能の基本情報
名前 | |
ID | ciaeedbhghjjfckbpedkgmfjmobpggog |
公式URL | https://chrome.google.com/webstore/detail/random-number-plus/ciaeedbhghjjfckbpedkgmfjmobpggog |
説明 | Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related… |
ファイルサイズ | 14.58 KB |
インストール数 | 87 |
現在のバージョン | 0.1 |
最終更新日 | 2018-07-12 |
公開日 | 2018-07-12 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | matthew.teja |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Number Plus", "version": "0.1", "author": "Matthew Teja", "browser_action": { "default_popup": "popup.html" }, "short_name": "RNP Generator", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "notifications" ], "content_scripts": [ { "matches": [ " |