KingConverter

Converting anything you want and back instantly in your webpage!

什么是KingConverter?

KingConverter是由ryanr1230开发的Chrome扩展程序,该扩展的主要功能是“Converting anything you want and back instantly in your webpage!”。

扩展截图

screenshot

下载KingConverter扩展crx文件

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

扩展使用说明

                        Non intrusive lightweight plugin that adds an option on right click -- only with selected text (Selecting the whole number is necessary) to convert that number from a unit to another unit, or currency to currency or anything else right on your web page just changing the text in front of you. The only requirement for the page is that you are selecting a number (Trailing characters on either side are usually okay though).

    No information is tracked, the plugin is customizable (add your own conversions, add your own currency conversions, remove currency conversions) 

    Feel like you have something to add? This extension is open-source and on github - https://github.com/ryanr1230/KingConverter. And if you have a useful addition that you want to make publicly available, I will probably accept merge requests. Even if not the code is open-source, and you can see for yourself that none of this is storing any information you don't want it to.                    

扩展基本信息

名称 KingConverter KingConverter
ID cjnejggdphnihnmfplaogldagfhmjdoo
官方URL https://chromewebstore.google.com/detail/kingconverter/cjnejggdphnihnmfplaogldagfhmjdoo
简介 Converting anything you want and back instantly in your webpage!
文件大小 52.18 KB
安装次数 34
当前版本 0.0.2
更新时间 2014-07-26
上架时间 2014-07-25
评分 4.00/5 共3次评分
开发者 ryanr1230
付费类型 free
帮助页面URL https://github.com/ryanr1230/KingConverter/blob/master/README.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KingConverter",
    "short_name": "kgC",
    "description": "Converting anything you want and back instantly in your webpage!",
    "version": "0.0.2",
    "options_page": "option\/option.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "extensionscripts\/convert.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "contentscripts\/domloader.js"
            ]
        }
    ],
    "manifest_version": 2
}