PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
PlutusDex Enhancerとは何ですか?
PlutusDex EnhancerはBreaking IT - Sebastian Stohrによって開発されたChromeの拡張機能で、その主な機能は「Extension to add community based client-side features to PlutusDex」です。
拡張機能のスクリーンショット
PlutusDex Enhancer拡張機能のCRXファイルをダウンロード
PlutusDex Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds csv download of the Banking statement, Pluton rewards, Crypto orders, Withdrawals and Transactions to the Plutus web app.
🚨 ⚠️ This project is no longer under active development. ⚠️ 🚨 拡張機能の基本情報
| 名前 | |
| ID | necjdfandaodcoeagkacmlapednbihgl |
| 公式URL | https://chromewebstore.google.com/detail/plutusdex-enhancer/necjdfandaodcoeagkacmlapednbihgl |
| 説明 | Extension to add community based client-side features to PlutusDex |
| ファイルサイズ | 146 KB |
| インストール数 | 937 |
| 現在のバージョン | 0.8.3 |
| 最終更新日 | 2023-02-04 |
| 公開日 | 2022-06-08 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | Breaking IT - Sebastian Stohr |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://dex.plutus.link/ |
| ヘルプページのURL | https://gitlab.com/_superhero1/plutusdex-enhancer/-/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PlutusDex Enhancer",
"description": "Extension to add community based client-side features to PlutusDex",
"version": "0.8.3",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon16.png",
"19": "\/images\/icon19.png",
"32": "\/images\/icon32.png",
"38": "\/images\/icon38.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/dex.plutus.it\/dashboard\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab",
"tabs"
],
"icons": {
"16": "\/images\/icon16.png",
"19": "\/images\/icon19.png",
"32": "\/images\/icon32.png",
"38": "\/images\/icon38.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
}
} | |