KingConverter

Converting anything you want and back instantly in your webpage!

KingConverter là gì?

KingConverter là một tiện ích mở rộng Chrome được phát triển bởi ryanr1230, và tính năng chính của nó là "Converting anything you want and back instantly in your webpage!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng KingConverter

Tải xuống các tệp mở rộng KingConverter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KingConverter KingConverter
ID cjnejggdphnihnmfplaogldagfhmjdoo
URL Chính Thức https://chromewebstore.google.com/detail/kingconverter/cjnejggdphnihnmfplaogldagfhmjdoo
Mô tả Converting anything you want and back instantly in your webpage!
Kích Thước Tệp 52.18 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-07-26
Ngày Phát Hành 2014-07-25
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ryanr1230
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/ryanr1230/KingConverter/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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
}