Taobao Currency

Convert Taobao prices into any currency according to the current international exchange rate.

Что такое Taobao Currency?

Taobao Currency - это расширение Chrome, разработанное https://crx.yipinyouke.com, и его основная функция - "Convert Taobao prices into any currency according to the current international exchange rate.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Taobao Currency

Скачайте файлы расширений Taobao Currency в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension can help you access taobao.com to convert CNY into the currency you set according to the current international exchange rate.                    

Основная информация о расширении

Название Taobao Currency Taobao Currency
ID pcjfdcpdalgjpnflabncjfkkphiacpmn
Официальный URL https://chromewebstore.google.com/detail/taobao-currency/pcjfdcpdalgjpnflabncjfkkphiacpmn
Описание Convert Taobao prices into any currency according to the current international exchange rate.
Размер файла 65.21 KB
Количество установок 220
Текущая Версия 0.1
Последнее Обновление 2022-07-06
Дата публикации 2022-07-05
Рейтинг 4.00/5 Всего 1 оценок
Разработчик https://crx.yipinyouke.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://crx.yipinyouke.com
URL страницы помощи https://crx.yipinyouke.com/subpage/taobao_currency.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Taobao Currency",
    "version": "0.1",
    "description": "Convert Taobao prices into any currency according to the current international exchange rate.",
    "icons": {
        "128": "\/resources\/icon-128.png",
        "48": "\/resources\/icon-48.png",
        "32": "\/resources\/icon-32.png",
        "16": "\/resources\/icon-16.png"
    },
    "action": {
        "default_icon": "\/resources\/icon-32.png",
        "default_title": "Taobao Currency",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/resources\/taobao_currency.css"
            ],
            "matches": [
                "https:\/\/world.taobao.com\/*",
                "https:\/\/s.taobao.com\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.tmall.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}