Random number generator
Number generator will provide a random number between the two numbers of your choice
Random number generator란 무엇입니까?
Random number generator은(는) grunbaster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Number generator will provide a random number between the two numbers of your choice"입니다.
확장 프로그램 스크린샷
Random number generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A random number generator is a handy tool to get a number out of a desired range. You can also use it to generate a random color, a random password, a random name, a random country or a random word. By clicking on the extension icon, the randomizer page opens, you can set the range for random numbers. For the work extension does not need internet. You can generate a random number by pressing a button or by pressing enter. Just open the random number generator page, set the range of the minimum and maximum values and press the button and the program will generate a number. To generate a number, you need: * Open the generator in a tab or page of any site * Select the range in which you want to get the result. * Press the button "Generate number"
확장 프로그램 기본 정보
이름 | Random number generator |
ID | ninanjeenomfmcihkpoaelaoddaboica |
공식 URL | https://chromewebstore.google.com/detail/random-number-generator/ninanjeenomfmcihkpoaelaoddaboica |
설명 | Number generator will provide a random number between the two numbers of your choice |
파일 크기 | 1.46 MB |
설치 횟수 | 11,698 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2022-12-27 |
출시 날짜 | 2019-10-28 |
평점 | 4.71/5 총 49 개의 평점 |
개발자 | grunbaster |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://policy-extension.site/policy_package_tracker.html |
지원되는 언어 | de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.3", "name": "__MSG_EXTENSION_NAME__", "short_name": "__MSG_EXTENSION_SHORT_NAME__", "description": "__MSG_EXTENSION_DESCRIPTION__", "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "img\/icon.png" }, "action": { "default_title": "Random", "default_icon": { "128": "img\/icon.png" } }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "options_page": "\/dashboard\/index.html", "web_accessible_resources": [ { "resources": [ "dashboard\/index.html", "css\/content.css", "img\/icon.png" ], "matches": [ " |