Metrix - Metric Converter to Clipboard

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

Vad är Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Convert selected text in the navigator and copy direct to clipboard!".

Tilläggsskärmbilder

screenshot

Ladda ner Metrix - Metric Converter to Clipboard-förlängningens CRX-fil

Ladda ner Metrix - Metric Converter to Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Officiell webbadress https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Beskrivning Convert selected text in the navigator and copy direct to clipboard!
Filstorlek 84.63 KB
Antal Installationer 50
Aktuell Version 1.1
Senast Uppdaterad 2018-08-01
Publiceringsdatum 2018-08-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}