Currency Helper

'A simple and powerful currency converter for Chrome

什麼是Currency Helper?

Currency Helper是由Suprivio LTD開發的Chrome擴展程式,該擴展的主要功能是“'A simple and powerful currency converter for Chrome”。

擴展截圖

screenshot

下載Currency Helper擴展crx文件

下載Currency Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Currency Helper is a handy Chrome extension that helps users quickly compare the latest currency rates. With this extension, users can easily switch between different currencies and instantly see the conversion rates in real time. Currency Helper supports a wide range of currencies from around the world, making it a great tool for travelers, online shoppers, or anyone who needs to keep track of exchange rates.
Also on this extension, you will get various Hyperlinks for all kinds of social media sites.

By clicking "Add to Chrome" I accept and agree to install the Currency Helper Chrome extension and hereby agree to set the Chrome New Tab to that provided by the service and the Privacy policy and Terms of Use.
The search results will be provided by Microsoft Bing.

Privacy Policy - https://suprivio.com/privacy/
Terms and Conditions - https://suprivio.com/term-of-use/                    

擴展基本資訊

名稱 Currency Helper Currency Helper
ID ibmifdfcbnmplekfadinlmojlkfljpic
官方網址 https://chromewebstore.google.com/detail/currency-helper/ibmifdfcbnmplekfadinlmojlkfljpic
簡介 'A simple and powerful currency converter for Chrome
檔案大小 1.34 MB
安裝次數 20,000
目前版本 1.0.3
更新時間 2023-07-24
上架時間 2023-07-24
評分 4.17/5 共 6 次評分
開發者 Suprivio LTD
電子郵箱 [email protected]
付費類型 free
擴展官網 https://suprivio.com/
說明頁面URL https://suprivio.com/contact/
隱私政策頁面URL https://suprivio.com/Privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.3",
    "author": "Suprivio LLC",
    "name": "Currency Helper",
    "description": "'A simple and powerful currency converter for Chrome",
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.currencyhelperext.com\/*"
    ]
}