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ファイルをダウンロード
Morse Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |