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
官方網址 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"
    }
}