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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}