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文件
下載Random number generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |