Metrix - Metric Converter to Clipboard

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

Co to jest Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Convert selected text in the navigator and copy direct to clipboard!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Metrix - Metric Converter to Clipboard

Pobierz pliki rozszerzeń Metrix - Metric Converter to Clipboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
Oficjalny URL https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Opis Convert selected text in the navigator and copy direct to clipboard!
Rozmiar pliku 84.63 KB
Liczba instalacji 50
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-08-01
Data Publikacji 2018-08-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
}