Morse Code Translator

This extension provides a morse code translation pop-out

Morse Code Translator란 무엇입니까?

Morse Code Translator은(는) murgatroid99에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides a morse code translation pop-out"입니다.

확장 프로그램 스크린샷

screenshot

Morse Code Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension shows a simple form that translates Morse code to text.

I made it for translating Serenity's blinking in Homestuck (hence the image), but it is not limited to that purpose.

Version 0.6:
Added Text to Morse translation

Version 0.7:
Added punctuation                    

확장 프로그램 기본 정보

이름 Morse Code Translator Morse Code Translator
ID faiiddjaocoaiighbccojehokfaoeimk
공식 URL https://chromewebstore.google.com/detail/morse-code-translator/faiiddjaocoaiighbccojehokfaoeimk
설명 This extension provides a morse code translation pop-out
파일 크기 57.89 KB
설치 횟수 1,187
현재 버전 0.7.0
최근 업데이트 2013-08-11
출시 날짜 2013-08-11
평점 3.88/5 총 16 개의 평점
개발자 murgatroid99
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morse Code Translator",
    "description": "This extension provides a morse code translation pop-out",
    "version": "0.7.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Translate Morse Code",
        "default_popup": "html\/index.html"
    }
}