Currency Converter PRO

Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies.

Currency Converter PRO란 무엇입니까?

Currency Converter PRO은(는) https://currencyrate.today에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Working Chrome Real-Time Currency Converter.

✓ Real-time currency converter
✓ 195+ currencies with crypto
✓ Multi currency converter
✓ Currency amount to words
✓ Automatic preset currency
✓ Multi-language support
✓ Flexible settings                    

확장 프로그램 기본 정보

이름 Currency Converter PRO Currency Converter PRO
ID amlcmfdiddkikfmljhdhhookgjmnpedc
공식 URL https://chromewebstore.google.com/detail/currency-converter-pro/amlcmfdiddkikfmljhdhhookgjmnpedc
설명 Simple and fast real-time currency converter with flexible settings. Includes 195+ world currencies with popular cryptocurrencies.
파일 크기 151 KB
설치 횟수 33,869
현재 버전 7.6.0
최근 업데이트 2021-12-23
출시 날짜 2019-07-31
평점 4.69/5 총 626 개의 평점
개발자 https://currencyrate.today
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://currencyrate.today/converter-widget
도움말 페이지 URL https://m.me/114279926963464
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/18UftA_BceQ0o8R3YMk6J8RYJwHSUwVDKGehpNI9zro0/edit?usp=sharing
지원되는 언어 id,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,pt-BR,pt-PT,sv,cs,bg,ru,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "7.6.0",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "minimum_chrome_version": "22",
    "offline_enabled": true,
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "assets\/scripts\/common.js",
        "assets\/scripts\/background.js",
        "assets\/scripts\/content.js",
        "assets\/scripts\/money.min.js",
        "assets\/scripts\/countup.min.js",
        "assets\/scripts\/popup.js",
        "assets\/scripts\/rates.js",
        "assets\/scripts\/install.min.js",
        "assets\/scripts\/ga.min.js",
        "assets\/stylesheets\/pure.table.css",
        "assets\/stylesheets\/popup.css",
        "assets\/stylesheets\/settings.css"
    ],
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/common.js",
            "assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/scripts\/common.js",
                "assets\/scripts\/countup.min.js",
                "assets\/scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    }
}