Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

Context Currency Converter Mod là gì?

Context Currency Converter Mod là một tiện ích mở rộng Chrome được phát triển bởi dabinn, và tính năng chính của nó là "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".

Ả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 Context Currency Converter Mod

Tải xuống các tệp mở rộng Context Currency Converter Mod 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

                        Please try the original Context Currency Converter at first.
https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf                    

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

Tên Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
URL Chính Thức https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
Mô tả A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-06-15
Ngày Phát Hành 2018-06-15
Đánh Giá 4.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển dabinn
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "[email protected]",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Currency Converter Mod"
    },
    "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Context Currency Converter Mod",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}