Metrix - Metric Converter to Clipboard

Convert selected text in the navigator and copy direct to clipboard!

Что такое Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard - это расширение Chrome, разработанное Unknown, и его основная функция - "Convert selected text in the navigator and copy direct to clipboard!".

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

screenshot

Скачать файл CRX расширения Metrix - Metric Converter to Clipboard

Скачайте файлы расширений Metrix - Metric Converter to Clipboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Metrix, is a simple Chrome Extension to help you convert while you search the web and Directly copy the information to your clipboard.

Just:

 - Choose your Conversion Metrics
 - Select Text
 - Press Shortcut CTRL + SHIFT + E
 - Done! The result is in your Clipboard, now paste wherever you want.                    

Основная информация о расширении

Название Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Официальный URL https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Описание Convert selected text in the navigator and copy direct to clipboard!
Размер файла 84.63 KB
Количество установок 50
Текущая Версия 1.1
Последнее Обновление 2018-08-01
Дата публикации 2018-08-01
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Metrix - Metric Converter to Clipboard",
    "description": "Convert selected text in the navigator and copy direct to clipboard!",
    "version": "1.1",
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "settings.html"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        }
    },
    "icons": {
        "48": "[email protected]"
    },
    "manifest_version": 2
}