Currency Converter Plus

Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.

Co to jest Currency Converter Plus?

Currency Converter Plus to rozszerzenie Chrome opracowane przez Paddy, a jego główną funkcją jest „Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Currency Converter Plus

Pobierz pliki rozszerzeń Currency Converter Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.

----

谷歌浏览器下货币换算工具。基于CURRENCY CONVERTER开发。                    

Podstawowe informacje o rozszerzeniu

Nazwa Currency Converter Plus Currency Converter Plus
ID ifkggadeehabkpmaaelhfkpeiceilphj
Oficjalny URL https://chrome.google.com/webstore/detail/currency-converter-plus/ifkggadeehabkpmaaelhfkpeiceilphj
Opis Chrome's Currency Converter tools. Based on CURRENCY CONVERTER development.
Rozmiar pliku 124 KB
Liczba instalacji 953
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-02-17
Data Publikacji 2019-02-14
Ocena 4.00/5 Łącznie 13 Oceny
Deweloper Paddy
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki de,en,en-GB,fr,nl,no,vi,da,es,it,hu,pl,sk,cs,el,ru,hi,zh-CN,zh-TW,ko
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/common.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/64.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_extName__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/common.js",
                "\/js\/content.js",
                "\/js\/numeral.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "\/img\/128.png",
        "32": "\/img\/32.png",
        "64": "\/img\/64.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "notifications",
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "\/img\/64.png"
    ]
}