PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
Что такое PlutusDex Enhancer?
PlutusDex Enhancer - это расширение Chrome, разработанное Breaking IT - Sebastian Stohr, и его основная функция - "Extension to add community based client-side features to PlutusDex".
Снимки экрана расширения
Скачать файл CRX расширения PlutusDex Enhancer
Скачайте файлы расширений PlutusDex Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds csv download of the Banking statement, Pluton rewards, Crypto orders, Withdrawals and Transactions to the Plutus web app. 🚨 ⚠️ This project is no longer under active development. ⚠️ 🚨
Основная информация о расширении
Название | PlutusDex Enhancer |
ID | necjdfandaodcoeagkacmlapednbihgl |
Официальный URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
Описание | Extension to add community based client-side features to PlutusDex |
Размер файла | 146 KB |
Количество установок | 937 |
Текущая Версия | 0.8.3 |
Последнее Обновление | 2023-02-04 |
Дата публикации | 2022-06-08 |
Рейтинг | 4.83/5 Всего 6 оценок |
Разработчик | Breaking IT - Sebastian Stohr |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://dex.plutus.link/ |
URL страницы помощи | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlutusDex Enhancer", "description": "Extension to add community based client-side features to PlutusDex", "version": "0.8.3", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "19": "\/images\/icon19.png", "32": "\/images\/icon32.png", "38": "\/images\/icon38.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/dex.plutus.it\/dashboard\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "tabs" ], "icons": { "16": "\/images\/icon16.png", "19": "\/images\/icon19.png", "32": "\/images\/icon32.png", "38": "\/images\/icon38.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |