Plarium Nickname Generator
chrome-extension-boilerplate-react
Plarium Nickname Generatorคืออะไร?
Plarium Nickname Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Plarium Developers และคุณลักษณะหลักของมันคือ "chrome-extension-boilerplate-react"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plarium Nickname Generator
ดาวน์โหลดไฟล์ส่วนขยาย Plarium Nickname Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
So you want to create good character names? Stop us if you've been through this before. You get a brilliant story idea, you sit down at your computer, all ready to outline the whole thing out which is when you realize that you're missing one very important ingredient: a character name. Needless to say, the right character name can go a long way. That's, why J.K. Rowling scoured phone directories and Charles Dickens paid visits to cemeteries in search of the perfect name. (He derived the now-iconic Ebenezer Scrooge from a tombstone that read, "Ebenezer Lennox Scroggie") Hopefully, this character name generator will be able to help out if you're stuck. Feel free to wander between each of our name generators. Any combination of names that you score is yours to use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfimgkooeoafdojakhicegoeojfgmgao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hfimgkooeoafdojakhicegoeojfgmgao |
คำอธิบาย | chrome-extension-boilerplate-react |
ขนาดไฟล์ | 981 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2020-09-30 |
วันที่เผยแพร่ | 2020-09-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Plarium Developers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://plarium.com/ |
URL หน้าช่วยเหลือ | https://plarium.com/en/support/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "chrome-extension-boilerplate-react", "version": "0.0.4", "name": "Plarium Nickname Generator", "permissions": [ "activeTab", "clipboardWrite", "https:\/\/testportal.plarium.name\/", "https:\/\/plarium.com\/" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |