Random Input

Helps you to test!

Random Input란 무엇입니까?

Random Input은(는) yergaleyeva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you to test!"입니다.

확장 프로그램 스크린샷

screenshot

Random Input 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generates random values for input fields                    

확장 프로그램 기본 정보

이름 Random Input Random Input
ID hheaegmmfmdkbaakapikmfghcfeehcmo
공식 URL https://chromewebstore.google.com/detail/random-input/hheaegmmfmdkbaakapikmfghcfeehcmo
설명 Helps you to test!
파일 크기 48.74 KB
설치 횟수 17
현재 버전 1.0
최근 업데이트 2019-05-03
출시 날짜 2019-04-30
개발자 yergaleyeva
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Input",
    "version": "1.0",
    "description": "Helps you to test!",
    "author": "Gaukhar Yergaleyeva",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chance.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "chance.min.js",
            "content.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "dice16.png",
        "48": "dice48.png",
        "128": "dice128.png"
    }
}