Plarium Nickname Generator
chrome-extension-boilerplate-react
什麼是Plarium Nickname Generator?
Plarium Nickname Generator是由Plarium Developers開發的Chrome擴展程式,該擴展的主要功能是“chrome-extension-boilerplate-react”。
擴展截圖
下載Plarium Nickname Generator擴展crx文件
下載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 |
官方網址 | 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'" } |