Clickter

Currency conversions made easy. Instant conversion on right click menu.

Clickter là gì?

Clickter là một tiện ích mở rộng Chrome được phát triển bởi IdeaZero Designs, và tính năng chính của nó là "Currency conversions made easy. Instant conversion on right click menu.".

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

screenshot
screenshot

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

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

                        Clickter is a simple Chrome extension that simplifies currency conversion for users. With just a few clicks, you can effortlessly convert currencies.

Key Features:
1. Instant Currency Conversion: Seamlessly convert prices from one currency to another directly on any web page. Simply select a price, right-click and check the converted value.
2. User-Friendly Interface: Clickter provides a sleek and intuitive interface that seamlessly integrates into your Chrome browser. Access conversion tools easily with a single click, and enjoy a hassle-free currency conversion experience.
3. Effortless Number Conversion: Easily convert numbers between different numerical formats, including million, billion, lakhs, and crores. Whether you're dealing with large figures or need to adjust the scale, the extension provides a convenient way to handle number conversions.
4. Toggle between conversion pair.

Free - Open Source: https://github.com/IdeaZero/Clickter
Source code will be published on github soon.

Next version:
    * Support for more currencies 
    * Last conversion rates update time information
    * Advanced control settings 

Whether you're an avid traveler, an online shopper, a financial professional, or someone dealing with diverse numerical formats, Clickter is your go-to companion for effortless currency and number conversions. Say goodbye to manual calculations and stay on top of global currencies and number scales with this essential Chrome extension.

Install Clickter now and unlock the power of currency and number conversion right at your fingertips!                    

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

Tên Clickter Clickter
ID almdecgpjpjnaoaajejfnjneiioddmdi
URL Chính Thức https://chromewebstore.google.com/detail/clickter/almdecgpjpjnaoaajejfnjneiioddmdi
Mô tả Currency conversions made easy. Instant conversion on right click menu.
Kích Thước Tệp 39.89 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-10-21
Ngày Phát Hành 2023-05-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển IdeaZero Designs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clickter",
    "description": "Currency conversions made easy. Instant conversion on right click menu.",
    "version": "1.3.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/api.vatcomply.com; style-src 'self' https:\/\/use.fontawesome.com https:\/\/cdnjs.cloudflare.com; font-src 'self' https:\/\/fonts.gstatic.com https:\/\/use.fontawesome.com https:\/\/cdnjs.cloudflare.com; style-src-elem 'self' https:\/\/use.fontawesome.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com"
    }
}