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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}