Sloth
Sloth - an extension slowing down page loading to bring real user experience
¿Qué es Sloth?
Sloth es una extensión de Chrome desarrollada por denar90, y su función principal es "Sloth - an extension slowing down page loading to bring real user experience".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sloth
Descarga archivos de extensión Sloth en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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?
Información Básica de la Extensión
Nombre | Sloth |
ID | hekdlpaieaibohkfokedfidncnmocfpp |
URL Oficial | https://chromewebstore.google.com/detail/sloth/hekdlpaieaibohkfokedfidncnmocfpp |
Descripción | Sloth - an extension slowing down page loading to bring real user experience |
Tamaño del Archivo | 41.39 KB |
Cantidad de Instalaciones | 211 |
Versión Actual | 1.0 |
Última Actualización | 2019-05-03 |
Fecha de Publicación | 2019-05-03 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | denar90 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/denar90/sloth |
URL de la Página de Ayuda | https://github.com/denar90/sloth/blob/master/README.md |
Idiomas Soportados | 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 } |