Convert2morse

Converts text to morse

Что такое Convert2morse?

Convert2morse - это расширение Chrome, разработанное https://www.userpixel.com, и его основная функция - "Converts text to morse".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Convert2morse

Скачайте файлы расширений 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"
    }
}