Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

什么是Plutus Analytics Dashboard?

Plutus Analytics Dashboard是由https://quentingosset.com开发的Chrome扩展程序,该扩展的主要功能是“New graphical interface for Plutus with more features.”。

扩展截图

screenshot
screenshot

下载Plutus Analytics Dashboard扩展crx文件

下载Plutus Analytics Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Provide a dashboard a bit more advanced than the one provided by Plutus and to be able to better follow its evolution on the Plutus ecosystem.                    

扩展基本信息

名称 Plutus Analytics Dashboard Plutus Analytics Dashboard
ID goaipcbpmkahfbcdlpmoamemjhjlpcbm
官方URL https://chromewebstore.google.com/detail/plutus-analytics-dashboar/goaipcbpmkahfbcdlpmoamemjhjlpcbm
简介 New graphical interface for Plutus with more features.
文件大小 1.95 MB
安装次数 1,061
当前版本 1.0.9
更新时间 2024-02-19
上架时间 2023-02-01
评分 5.00/5 共18次评分
开发者 https://quentingosset.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/quentingosset/PlutusAnalyticsDashboard
帮助页面URL https://github.com/quentingosset/PlutusAnalyticsDashboard
隐私政策页面URL https://quentingosset.com/PlutusAnalyticsDashboard/privacy.html
支持的语言 en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/dex.plutus.it\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/dex.plutus.it\/dashboard\/*"
    ],
    "description": "New graphical interface for Plutus with more features.",
    "icons": {
        "128": "\/icon\/icon128.png",
        "16": "\/icon\/icon16.png",
        "19": "\/icon\/icon19.png",
        "32": "\/icon\/icon32.png",
        "38": "\/icon\/icon38.png",
        "48": "\/icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Plutus Analytics Dashboard",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}