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…”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Random Number Plus Random Number Plus
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": [
                ""
            ],
            "js": [],
            "css": [
                "popup.css"
            ]
        }
    ]
}