Metrix - Metric Converter to Clipboard

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

Qu'est-ce que Metrix - Metric Converter to Clipboard ?

Metrix - Metric Converter to Clipboard est une extension Chrome développée par Unknown, et sa fonction principale est "Convert selected text in the navigator and copy direct to clipboard!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Metrix - Metric Converter to Clipboard

Téléchargez les fichiers d'extension Metrix - Metric Converter to Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
URL Officiel https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Description Convert selected text in the navigator and copy direct to clipboard!
Taille du Fichier 84.63 KB
Nombre d'Installations 50
Version Actuelle 1.1
Dernière Mise à Jour 2018-08-01
Date de Publication 2018-08-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}