Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
ما هو Ethereum Gas Price Extension؟
Ethereum Gas Price Extension هو إضافة Chrome تم تطويرها بواسطة nieldlr، والميزة الرئيسية لها هي "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ethereum Gas Price Extension
قم بتنزيل ملفات الامتداد Ethereum Gas Price Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.
معلومات أساسية عن التمديد
الاسم | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
الوصف | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
حجم الملف | 53.53 KB |
عدد التثبيتات | 91,740 |
النسخة الحالية | 2.0.3 |
آخر تحديث | 2021-08-05 |
تاريخ النشر | 2020-06-29 |
تقييم | 4.76/5 مجموع تقييمات 42 |
المطور | nieldlr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gaspriceextension.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension", "version": "2.0.3", "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |