Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
ما هو Fast.Com - Display Network Speed in Bytes.؟
Fast.Com - Display Network Speed in Bytes. هو إضافة Chrome تم تطويرها بواسطة Satya Rohith، والميزة الرئيسية لها هي "Extension to display the network speed in Bytes. Like KB/s & MB/s".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fast.Com - Display Network Speed in Bytes.
قم بتنزيل ملفات الامتداد Fast.Com - Display Network Speed in Bytes. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension to show your internet speed in bytes on fast.com. For those who download a lot, having speed metrics in bytes is handy. It's what most people care about. If you ever got confused with why your network speed displayed on sites like fast.com is higher than your actual download speed, it's probably because you're not converting it to bytes. Install this extension and forget about conversion. :)
معلومات أساسية عن التمديد
الاسم | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
الوصف | Extension to display the network speed in Bytes. Like KB/s & MB/s |
حجم الملف | 8.74 KB |
عدد التثبيتات | 1,070 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-01-23 |
تاريخ النشر | 2020-01-23 |
تقييم | 1.60/5 مجموع تقييمات 5 |
المطور | Satya Rohith |
نوع الدفع | free |
موقع الإضافة | https://github.com/satyarohith/fastinbytes |
عنوان صفحة المساعدة | https://github.com/satyarohith/fastinbytes/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast.Com - Display Network Speed in Bytes.", "version": "1.0", "description": "Extension to display the network speed in Bytes. Like KB\/s & MB\/s", "content_scripts": [ { "matches": [ "https:\/\/fast.com\/*", "http:\/\/fast.com\/*" ], "js": [ "fast.js" ], "css": [ "fast.css" ] } ], "icons": { "128": "128.png" } } |