Metrix - Metric Converter to Clipboard

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

Apa itu Metrix - Metric Converter to Clipboard?

Metrix - Metric Converter to Clipboard adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Convert selected text in the navigator and copy direct to clipboard!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Metrix - Metric Converter to Clipboard

Unduh file ekstensi Metrix - Metric Converter to Clipboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
URL Resmi https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
Deskripsi Convert selected text in the navigator and copy direct to clipboard!
Ukuran File 84.63 KB
Jumlah Instalasi 50
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-08-01
Tanggal Publikasi 2018-08-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}