Morse Code Translator
Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code.
Morse Code Translatorとは何ですか?
Morse Code Translatorはhttps://morsecodepro.comによって開発されたChromeの拡張機能で、その主な機能は「Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code.」です。
拡張機能のスクリーンショット
Morse Code Translator拡張機能のCRXファイルをダウンロード
Morse Code Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome on, one of the best Morse Code Translator. On this extension, you can convert text to morse code.
it’s work in real-time so the moment you type any text on the input section it’s automatically going to change your normal text into morse code. 拡張機能の基本情報
| 名前 | |
| ID | iikagiceefnnjomifjkkfihhcefebkeo |
| 公式URL | https://chromewebstore.google.com/detail/morse-code-translator/iikagiceefnnjomifjkkfihhcefebkeo |
| 説明 | Welcome on, one of the best Morse Code Translator (morsecode übersetzer). On this extension, you can convert text to morse code. |
| ファイルサイズ | 48.16 KB |
| インストール数 | 291 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-12-21 |
| 公開日 | 2020-12-21 |
| 開発者 | https://morsecodepro.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://morsecodepro.com/ |
| ヘルプページのURL | https://morsecodepro.com/contact-us/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Morse Code Translator",
"description": "Welcome on, one of the best Morse Code Translator (morsecode \u00fcbersetzer). On this extension, you can convert text to morse code.",
"version": "1.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"48": "images\/icon.png",
"128": "images\/icon.png"
}
} | |