Morse Chrome
Highlight text on a page and play the morse code!
Morse Chrome란 무엇입니까?
Morse Chrome은(는) chadrs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight text on a page and play the morse code!"입니다.
확장 프로그램 스크린샷
Morse Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Morse Chrome is a Chrome™ extension for playing webpages in morse code! Simply highlight the text you want, right click, and select "Play Morse!" 0.3.4: * Add optional popup to show you the morse code symbols as they play. Disable in the Options page. 0.3.3: * Fixed encoding for period. New in 0.3.2: * Fixed annoying bug where beeps would sometimes keep going at the end. New in 0.3.0 and 0.3.1: * Timing should be more accurate now, using the hew HTML5 AudioContext * Fix timing between numbers and punctuation. * This should make it pretty easy to add a "stop" feature in the next version, so stay tuned! New in 0.2.1: * Numbers and symbols have been added * Fixed icon transparency * You can now customize the words per minute and beep frequency set under the "options" page! Go to your extensions settings in Chrome and select "Options" under Morse Chrome. Future Features: (if I have time) * Display characters as they are encoded * Cancel/stop playback 73s
확장 프로그램 기본 정보
이름 | Morse Chrome |
ID | mcgjcnemliplogmakfelldipnhbpnmob |
공식 URL | https://chromewebstore.google.com/detail/morse-chrome/mcgjcnemliplogmakfelldipnhbpnmob |
설명 | Highlight text on a page and play the morse code! |
파일 크기 | 10.63 KB |
설치 횟수 | 770 |
현재 버전 | 0.3.5 |
최근 업데이트 | 2023-10-05 |
출시 날짜 | 2019-07-10 |
평점 | 3.82/5 총 11 개의 평점 |
개발자 | chadrs |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Morse Chrome", "manifest_version": 2, "description": "Highlight text on a page and play the morse code!", "version": "0.3.5", "permissions": [ "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "main.js", "menu.js" ], "persistent": false }, "browser_action": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |