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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}