Crypto Currency Price Ticker
Crypto Currency Price Ticker
Что такое Crypto Currency Price Ticker?
Crypto Currency Price Ticker - это расширение Chrome, разработанное wangsai.silence, и его основная функция - "Crypto Currency Price Ticker".
Снимки экрана расширения
Скачать файл CRX расширения Crypto Currency Price Ticker
Скачайте файлы расширений Crypto Currency Price Ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
ccpt is a browser extension that displays the current price of various kinds of crypto currencies. It's nice, elegant, clean and simple. Основная информация о расширении
| Название | |
| ID | mijakhgijdnecolfkgnhfdfcbpakggic |
| Официальный URL | https://chromewebstore.google.com/detail/crypto-currency-price-tic/mijakhgijdnecolfkgnhfdfcbpakggic |
| Описание | Crypto Currency Price Ticker |
| Размер файла | 121 KB |
| Количество установок | 31 |
| Текущая Версия | 1.3.9 |
| Последнее Обновление | 2021-08-27 |
| Дата публикации | 2020-07-27 |
| Разработчик | wangsai.silence |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crypto Currency Price Ticker",
"short_name": "CCPT",
"version": "1.3.9",
"description": "Crypto Currency Price Ticker",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_icon": "icons\/icon_128.png",
"default_title": "Crypto Currency Price Ticker",
"browser_style": true,
"default_popup": "src\/popup\/choose_symbol.html"
},
"background": {
"scripts": [
"src\/libs\/bignumber.min.js",
"src\/exchanges\/proxy.js",
"src\/storage.js",
"src\/background.js"
]
},
"permissions": [
"storage",
"http:\/\/addons.wangsai.site"
],
"default_locale": "en_US",
"applications": {
"gecko": {
"id": "[email protected]"
}
}
} | |