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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Convert selected text in the navigator and copy direct to clipboard!”。

扩展截图

screenshot

下载Metrix - Metric Converter to Clipboard扩展crx文件

下载Metrix - Metric Converter to Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}