GoHam - Pig Latin Translator

Automatically translates the Internet to Pig Latin.

GoHam - Pig Latin Translator란 무엇입니까?

GoHam - Pig Latin Translator은(는) samscode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically translates the Internet to Pig Latin."입니다.

확장 프로그램 스크린샷

screenshot

GoHam - Pig Latin Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.                    

확장 프로그램 기본 정보

이름 GoHam - Pig Latin Translator GoHam - Pig Latin Translator
ID jiimmjfenbblcaobnamplnepkehmeepm
공식 URL https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm
설명 Automatically translates the Internet to Pig Latin.
파일 크기 12.41 KB
설치 횟수 72
현재 버전 1.2.1
최근 업데이트 2019-07-26
출시 날짜 2019-07-23
평점 5.00/5 총 1 개의 평점
개발자 samscode
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.google.com/chrome/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoHam - Pig Latin Translator",
    "short_name": "GoHam",
    "description": "Automatically translates the Internet to Pig Latin.",
    "version": "1.2.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "doit.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "activeTab"
    ]
}