Random Name Selector
Pick a completely random name from a list
What is Random Name Selector?
Random Name Selector is a Chrome extension developed by Unknown, and its main feature is "Pick a completely random name from a list".
Extension Screenshots
Download Random Name Selector Extension CRX File
Download Random Name Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Do you want a fun way to pick a random name? Then Random Name Selector is the extension you need. Random Name Selector let's you make lists for any groups you want. Its great for teachers! List the names of students in each of your classes, add some cool backgrounds, and you're good to go! Random Name Selector makes sure everyone gets an equal chance!
Extension Basic Information
Name | Random Name Selector |
ID | pmghhngkbflolnangkikdaioohgdeknc |
Official URL | https://chromewebstore.google.com/detail/random-name-selector/pmghhngkbflolnangkikdaioohgdeknc |
Description | Pick a completely random name from a list |
File Size | 44.65 KB |
Installation Count | 1,101 |
Current Version | 1.0.0.0 |
Last Updated | 2022-01-31 |
Publish Date | 2021-11-03 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Name Selector", "description": "Pick a completely random name from a list", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "256": "icon256.png" }, "version": "1.0.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": [], "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": { "extension-pages": "script-src 'self' 'unsafe-eval'; object-src 'self'" } } |