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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
}