RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
什麼是RandomGen?
RandomGen是由VaughnGH開發的Chrome擴展程式,該擴展的主要功能是“A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.”。
擴展截圖
下載RandomGen擴展crx文件
下載RandomGen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
官方網址 | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
簡介 | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
檔案大小 | 115 KB |
安裝次數 | 1,286 |
目前版本 | 0.0.3 |
更新時間 | 2015-07-11 |
上架時間 | 2015-07-10 |
評分 | 4.70/5 共 10 次評分 |
開發者 | VaughnGH |
付費類型 | free |
支援的語言 | 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": [] } |