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 擴展基本資訊
| 名稱 | |
| ID | ijdkccjcpjdoibhmmfihppfgpfhjkkch |
| 官方網址 | 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
} | |