RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
Co to jest RandomGen?
RandomGen to rozszerzenie Chrome opracowane przez VaughnGH, a jego główną funkcją jest „A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RandomGen
Pobierz pliki rozszerzeń RandomGen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
RandomGen is a lightweight Random Number Generator (RNG) that is usable anywhere in Chrome. It works without interrupting the current page, requires no permissions, and runs completely offline. Enjoy!
Podstawowe informacje o rozszerzeniu
Nazwa | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
Oficjalny URL | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
Opis | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
Rozmiar pliku | 115 KB |
Liczba instalacji | 1,286 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2015-07-11 |
Data Publikacji | 2015-07-10 |
Ocena | 4.70/5 Łącznie 10 Oceny |
Deweloper | VaughnGH |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandomGen", "description": "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.", "version": "0.0.3", "offline_enabled": true, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "popup.html", "default_title": "Generate!" }, "icons": { "32": "\/icons\/icon32.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "permissions": [] } |