Name Generator Extension

Generates a random name with one adjective and a noun

Name Generator Extension란 무엇입니까?

Name Generator Extension은(는) Adam Jones에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates a random name with one adjective and a noun"입니다.

확장 프로그램 스크린샷

screenshot

Name Generator Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When clicked, this extension will open a small popup where it will generate a random name, which could be useful to make up team names if you run a competition in groups. 


** I am planning to add more functionality soon, including:
★ Choose your own adjectives
★ Choose your own nouns
★ More words
★ Save functionality
★ Sync with App version                    

확장 프로그램 기본 정보

이름 Name Generator Extension Name Generator Extension
ID ijdkccjcpjdoibhmmfihppfgpfhjkkch
공식 URL https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch
설명 Generates a random name with one adjective and a noun
파일 크기 13.93 KB
설치 횟수 657
현재 버전 0.1
최근 업데이트 2015-08-17
출시 날짜 2015-08-17
평점 3.75/5 총 4 개의 평점
개발자 Adam Jones
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adamjones.me/privacy-policies
지원되는 언어 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Name Generator Extension",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Generates a random name with one adjective and a noun",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}