Metrix - Metric Converter to Clipboard

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

O que é Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Convert selected text in the navigator and copy direct to clipboard!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Metrix - Metric Converter to Clipboard

Baixe arquivos de extensão Metrix - Metric Converter to Clipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
URL Oficial https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Descrição Convert selected text in the navigator and copy direct to clipboard!
Tamanho do Arquivo 84.63 KB
Contagem de Instalações 50
Versão Atual 1.1
Última Atualização 2018-08-01
Data de Publicação 2018-08-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}