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
官方網址 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
}