Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
ما هو Polygon Gas Station؟
Polygon Gas Station هو إضافة Chrome تم تطويرها بواسطة Dornat، والميزة الرئيسية لها هي "Displays current gas prices for Polygon Mainnet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Polygon Gas Station
قم بتنزيل ملفات الامتداد Polygon Gas Station بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Access current gas prices on polygon mainnet using data from https://gasstation-mainnet.matic.network with the option to view available amounts of gas that you need to choose for making a transaction.
معلومات أساسية عن التمديد
الاسم | Polygon Gas Station |
ID | mofhphpaefijhjcidmcibbihfgdemooa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
الوصف | Displays current gas prices for Polygon Mainnet. |
حجم الملف | 70.9 KB |
عدد التثبيتات | 1,053 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2021-07-05 |
تاريخ النشر | 2021-07-05 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | Dornat |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "PolyGasStation", "name": "Polygon Gas Station", "version": "0.1.1", "manifest_version": 2, "description": "Displays current gas prices for Polygon Mainnet.", "icons": { "512": "logo512.png" }, "browser_action": { "default_icon": "logo512.png", "default_popup": "popup.html" } } |