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 là gì?

Random Number Plus là một tiện ích mở rộng Chrome được phát triển bởi matthew.teja, và tính năng chính của nó là "Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random Number Plus

Tải xuống các tệp mở rộng Random Number Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random Number Plus Random Number Plus
ID ciaeedbhghjjfckbpedkgmfjmobpggog
URL Chính Thức https://chrome.google.com/webstore/detail/random-number-plus/ciaeedbhghjjfckbpedkgmfjmobpggog
Mô tả Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…
Kích Thước Tệp 14.58 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-07-12
Ngày Phát Hành 2018-07-12
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển matthew.teja
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}