Name Generator Extension
Generates a random name with one adjective and a noun
什么是Name Generator Extension?
Name Generator Extension是由Adam Jones开发的Chrome扩展程序,该扩展的主要功能是“Generates a random name with one adjective and a noun”。
扩展截图
下载Name Generator Extension扩展crx文件
下载Name Generator Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When clicked, this extension will open a small popup where it will generate a random name, which could be useful to make up team names if you run a competition in groups. ** I am planning to add more functionality soon, including: ★ Choose your own adjectives ★ Choose your own nouns ★ More words ★ Save functionality ★ Sync with App version
扩展基本信息
名称 | Name Generator Extension |
ID | ijdkccjcpjdoibhmmfihppfgpfhjkkch |
官方URL | https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch |
简介 | Generates a random name with one adjective and a noun |
文件大小 | 13.93 KB |
安装次数 | 657 |
当前版本 | 0.1 |
更新时间 | 2015-08-17 |
上架时间 | 2015-08-17 |
评分 | 3.75/5 共4次评分 |
开发者 | Adam Jones |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://adamjones.me/privacy-policies |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Name Generator Extension", "version": "0.1", "manifest_version": 2, "description": "Generates a random name with one adjective and a noun", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "offline_enabled": true } |