Currency Converter Tab

Enjoy your new Currency Converter Tab on every new tab

Currency Converter Tab란 무엇입니까?

Currency Converter Tab은(는) Pristivo LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy your new Currency Converter Tab on every new tab"입니다.

확장 프로그램 스크린샷

screenshot

Currency Converter Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing "Currency Converter Tab" – Your Dynamic Currency Companion for Chrome!

Stay in the financial loop with our cutting-edge extension that transforms your new tab into a powerful currency converter. With real-time updates every 30 seconds, you'll always have the latest exchange rates at your fingertips.

By clicking "Add to chrome", I accept and agree to installing the extension and setting chrome new tab search provider to Microsoft Bing as described by the service in terms of use https://currency-converter-tab.com/terms and Privacy Policy https://currency-converter-tab.com/privacy

Key Features:

Real-Time Updates:
Experience the latest currency exchange rates updated every 30 seconds, ensuring you stay informed about global financial changes.

User-Friendly Interface:
Enjoy a sleek and intuitive design, making currency conversion a breeze. Access the converter with ease and stay on top of your financial game.


For more information you can check our:

Terms of Service
https://currency-converter-tab.com/terms

Privacy Policy
https://currency-converter-tab.com/privacy

About Us
https://currency-converter-tab.com/about                    

확장 프로그램 기본 정보

이름 Currency Converter Tab Currency Converter Tab
ID pdigmalaabcpbbafagjkcconmlbghina
공식 URL https://chromewebstore.google.com/detail/currency-converter-tab/pdigmalaabcpbbafagjkcconmlbghina
설명 Enjoy your new Currency Converter Tab on every new tab
파일 크기 146 KB
설치 횟수 144
현재 버전 1.0.1
최근 업데이트 2024-02-01
출시 날짜 2024-01-23
평점 5.00/5 총 1 개의 평점
개발자 Pristivo LTD
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://currency-converter-tab.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "action": {
        "default_icon": {
            "16": "images\/icons\/16-16.png",
            "48": "images\/icons\/48-48.png",
            "128": "images\/icons\/128-128.png"
        }
    },
    "icons": {
        "128": "images\/icons\/128-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}