Sloth

Sloth - an extension slowing down page loading to bring real user experience

什么是Sloth?

Sloth是由denar90开发的Chrome扩展程序,该扩展的主要功能是“Sloth - an extension slowing down page loading to bring real user experience”。

扩展截图

screenshot

下载Sloth扩展crx文件

下载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 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
}