Plutus Analytics Dashboard

New graphical interface for Plutus with more features.

ما هو Plutus Analytics Dashboard؟

Plutus Analytics Dashboard هو إضافة Chrome تم تطويرها بواسطة https://quentingosset.com، والميزة الرئيسية لها هي "New graphical interface for Plutus with more features.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Plutus Analytics Dashboard

قم بتنزيل ملفات الامتداد Plutus Analytics Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/quentingosset/PlutusAnalyticsDashboard
عنوان صفحة سياسة الخصوصية 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"
}