Smart Converter

Supper easy to use currency converter extension

Smart Converter란 무엇입니까?

Smart Converter은(는) https://smart-converter.vercel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supper easy to use currency converter extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        How to use:
      1. Select source currency
      2. Type value
      3. Get conversion for all other currencies

💵 Multiple conversions
      56 currencies available for conversion.

⚡️ Always at hand
      Use keyboard shortcut to open conversions pop up.
       Alt + E (Windows, Linux, Chrome OS)
       ⌥ + E (macOS)

🌙 Dark theme
      Beautiful dark theme designed to reduce eye strain at night.                    

확장 프로그램 기본 정보

이름 Smart Converter Smart Converter
ID lbjjliediibjgglhhmnpanncbkchpmeg
공식 URL https://chromewebstore.google.com/detail/smart-converter/lbjjliediibjgglhhmnpanncbkchpmeg
설명 Supper easy to use currency converter extension
파일 크기 2.76 MB
설치 횟수 789
현재 버전 1.5.0
최근 업데이트 2023-09-20
출시 날짜 2022-04-27
평점 4.71/5 총 7 개의 평점
개발자 https://smart-converter.vercel.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://smart-converter.vercel.app/
도움말 페이지 URL https://smart-converter.vercel.app/contacts
개인정보 보호 정책 페이지 URL https://www.doublesubs.com/privacy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.5.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/smart-converter.vercel.app\/",
    "author": "Currency Exchange Rates",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "128": ".\/dist\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/dist\/popup.html",
        "default_title": "Open the popup",
        "default_icon": ".\/dist\/assets\/icons\/icon.png"
    },
    "background": {
        "service_worker": "dist\/bgWrapper.js"
    },
    "options_page": "dist\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/options.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "mac": "Alt+W"
            }
        }
    }
}