Convert2morse

Converts text to morse

什么是Convert2morse?

Convert2morse是由https://www.userpixel.com开发的Chrome扩展程序,该扩展的主要功能是“Converts text to morse”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}