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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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 } |