Name Generator Extension
Generates a random name with one adjective and a noun
Name Generator Extensionคืออะไร?
Name Generator Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Jones และคุณลักษณะหลักของมันคือ "Generates a random name with one adjective and a noun"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Name Generator Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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
} | |