Plarium Nickname Generator
chrome-extension-boilerplate-react
O que é Plarium Nickname Generator?
Plarium Nickname Generator é uma extensão do Chrome desenvolvida por Plarium Developers, e sua principal característica é "chrome-extension-boilerplate-react".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Plarium Nickname Generator
Baixe arquivos de extensão Plarium Nickname Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hfimgkooeoafdojakhicegoeojfgmgao |
URL Oficial | https://chrome.google.com/webstore/detail/hfimgkooeoafdojakhicegoeojfgmgao |
Descrição | chrome-extension-boilerplate-react |
Tamanho do Arquivo | 981 KB |
Contagem de Instalações | 65 |
Versão Atual | 0.0.4 |
Última Atualização | 2020-09-30 |
Data de Publicação | 2020-09-25 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Plarium Developers |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://plarium.com/ |
URL da Página de Ajuda | https://plarium.com/en/support/ |
Idiomas Suportados | 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'" } |