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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | goaipcbpmkahfbcdlpmoamemjhjlpcbm |
| 官方網址 | 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"
} | |