PlutusDex Enhancer
Extension to add community based client-side features to PlutusDex
PlutusDex Enhancerคืออะไร?
PlutusDex Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Breaking IT - Sebastian Stohr และคุณลักษณะหลักของมันคือ "Extension to add community based client-side features to PlutusDex"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlutusDex Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 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. ⚠️ 🚨
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PlutusDex Enhancer |
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 |
อีเมล | [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" } } |