Metrix - Metric Converter to Clipboard

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

Wat is Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Convert selected text in the navigator and copy direct to clipboard!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Metrix - Metric Converter to Clipboard

Download Metrix - Metric Converter to Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Officiële URL https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Beschrijving Convert selected text in the navigator and copy direct to clipboard!
Bestandsgrootte 84.63 KB
Aantal Installaties 50
Huidige Versie 1.1
Laatst Bijgewerkt 2018-08-01
Publicatiedatum 2018-08-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}