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