Metrix - Metric Converter to Clipboard

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

Was ist Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Convert selected text in the navigator and copy direct to clipboard!".

Erweiterungsscreenshots

screenshot

Metrix - Metric Converter to Clipboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Metrix - Metric Converter to Clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Offizielle URL https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Beschreibung Convert selected text in the navigator and copy direct to clipboard!
Dateigröße 84.63 KB
Installationsanzahl 50
Aktuelle Version 1.1
Letztes Update 2018-08-01
Veröffentlichungsdatum 2018-08-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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
}