PlutusDex Enhancer

Extension to add community based client-side features to PlutusDex

PlutusDex Enhancer là gì?

PlutusDex Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Breaking IT - Sebastian Stohr, và tính năng chính của nó là "Extension to add community based client-side features to PlutusDex".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlutusDex Enhancer

Tải xuống các tệp mở rộng PlutusDex Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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. ⚠️ 🚨                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlutusDex Enhancer PlutusDex Enhancer
ID necjdfandaodcoeagkacmlapednbihgl
URL Chính Thức https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl
Mô tả Extension to add community based client-side features to PlutusDex
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 937
Phiên Bản Hiện Tại 0.8.3
Cập Nhật Lần Cuối 2023-02-04
Ngày Phát Hành 2022-06-08
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Breaking IT - Sebastian Stohr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dex.plutus.link/
URL Trang Trợ Giúp https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}