Plarium Nickname Generator

chrome-extension-boilerplate-react

Plarium Nickname Generator란 무엇입니까?

Plarium Nickname Generator은(는) Plarium Developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "chrome-extension-boilerplate-react"입니다.

확장 프로그램 스크린샷

screenshot

Plarium Nickname Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Plarium Nickname Generator Plarium Nickname Generator
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'"
}