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 |
官方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'" } |