Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

Currency Converter là gì?

Currency Converter là một tiện ích mở rộng Chrome được phát triển bởi John Sanchirico, và tính năng chính của nó là "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

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

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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

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

Tên Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
URL Chính Thức https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Mô tả Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Kích Thước Tệp 76.83 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2019-10-23
Ngày Phát Hành 2019-10-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển John Sanchirico
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}