Convert2morse
Converts text to morse
Convert2morseとは何ですか?
Convert2morseはhttps://www.userpixel.comによって開発されたChromeの拡張機能で、その主な機能は「Converts text to morse」です。
拡張機能のスクリーンショット
Convert2morse拡張機能のCRXファイルをダウンロード
Convert2morse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select and convert any text on any page to morse code with the click of a button. Convert2morse adds a menu item to your Chrome that easily converts the selected text into morse code. * Extremely small application (3KB) * Doesn't need any permission * Open source: https://github.com/hanifbbz/convert2morse
拡張機能の基本情報
名前 | Convert2morse |
ID | ciegdohnoiolmmekpeeehfdfpbfchoif |
公式URL | https://chromewebstore.google.com/detail/convert2morse/ciegdohnoiolmmekpeeehfdfpbfchoif |
説明 | Converts text to morse |
ファイルサイズ | 5.56 KB |
インストール数 | 89 |
現在のバージョン | 1.1 |
最終更新日 | 2014-02-13 |
公開日 | 2014-02-13 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | https://www.userpixel.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert2morse", "short_name": "morse", "description": "Converts text to morse", "version": "1.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "morse.js", "background.js" ] }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |