Random Number Generator

A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.

什么是Random Number Generator?

Random Number Generator是由Max's Extensions开发的Chrome扩展程序,该扩展的主要功能是“A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.”。

扩展截图

screenshot

下载Random Number Generator扩展crx文件

下载Random Number Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generates a random number between the user-given parameters.                    

扩展基本信息

名称 Random Number Generator Random Number Generator
ID ckdkgoogioikcpmpmoecocgfdangpecg
官方URL https://chromewebstore.google.com/detail/random-number-generator/ckdkgoogioikcpmpmoecocgfdangpecg
简介 A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.
文件大小 18.31 KB
安装次数 10,028
当前版本 0.1.0
更新时间 2021-03-20
上架时间 2018-10-21
评分 4.58/5 共12次评分
开发者 Max's Extensions
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Number Generator",
    "description": "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.",
    "version": "0.1.0",
    "author": "YoLlama",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Random # Gen.",
        "default_popup": "numbergen.html"
    },
    "permissions": [
        "activeTab"
    ]
}