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 |
官方網址 | 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": [ " |