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 |
| 公式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 |
| Eメール | [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"
} | |