Sloth
Sloth - an extension slowing down page loading to bring real user experience
ما هو Sloth؟
Sloth هو إضافة Chrome تم تطويرها بواسطة denar90، والميزة الرئيسية لها هي "Sloth - an extension slowing down page loading to bring real user experience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sloth
قم بتنزيل ملفات الامتداد Sloth بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How it works? `Sloth` uses Chrome Devtools Protocol to slow down connection and throttle CPU. What are the conditions? `Sloth` applies `4x` CPU throttling and slowing down network to `1.6Mbps` - for download, `750Kbps` - for upload. Interested in optional configurations - take a part in https://github.com/denar90/sloth/issues/1 discussion Why do I need it while chrome-devtools can do the same? Yes and no. DevTools can do it for opened tab, but you have to do a lot of manipulations to apply throttling (open dev tools, open proper tab, apply throttling etc). This extension is for lazy people, you just press one button and all URLs with same origin will have throttling. Handy isn't it?
معلومات أساسية عن التمديد
الاسم | Sloth |
ID | hekdlpaieaibohkfokedfidncnmocfpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sloth/hekdlpaieaibohkfokedfidncnmocfpp |
الوصف | Sloth - an extension slowing down page loading to bring real user experience |
حجم الملف | 41.39 KB |
عدد التثبيتات | 211 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-05-03 |
تاريخ النشر | 2019-05-03 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | denar90 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/denar90/sloth |
عنوان صفحة المساعدة | https://github.com/denar90/sloth/blob/master/README.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sloth", "description": "Sloth - an extension slowing down page loading to bring real user experience", "version": "1.0", "icons": { "16": "images\/icon-16x16.png", "120": "images\/icon-120x120.png" }, "permissions": [ "debugger", "storage", "tabs" ], "background": { "scripts": [ "dist\/background.js" ] }, "browser_action": { "default_title": "Sloth - slooow connection by default", "default_popup": "popup.html" }, "manifest_version": 2 } |