Metrix - Metric Converter to Clipboard

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

ما هو Metrix - Metric Converter to Clipboard؟

Metrix - Metric Converter to Clipboard هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Convert selected text in the navigator and copy direct to clipboard!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Metrix - Metric Converter to Clipboard

قم بتنزيل ملفات الامتداد Metrix - Metric Converter to Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Metrix - Metric Converter to Clipboard Metrix - Metric Converter to Clipboard
ID bnchllgijbkdjbcnjpmlfdoaijoijjbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/metrix-metric-converter-t/bnchllgijbkdjbcnjpmlfdoaijoijjbc
الوصف Convert selected text in the navigator and copy direct to clipboard!
حجم الملف 84.63 KB
عدد التثبيتات 50
النسخة الحالية 1.1
آخر تحديث 2018-08-01
تاريخ النشر 2018-08-01
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}