Metrix - Metric Converter to Clipboard

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

What is Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard is a Chrome extension developed by Unknown, and its main feature is "Convert selected text in the navigator and copy direct to clipboard!".

Extension Screenshots

screenshot

Download Metrix - Metric Converter to Clipboard Extension CRX File

Download Metrix - Metric Converter to Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Official URL https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Description Convert selected text in the navigator and copy direct to clipboard!
File Size 84.63 KB
Installation Count 50
Current Version 1.1
Last Updated 2018-08-01
Publish Date 2018-08-01
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}