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
Eメール [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
}