Sloth

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

Sloth là gì?

Sloth là một tiện ích mở rộng Chrome được phát triển bởi denar90, và tính năng chính của nó là "Sloth - an extension slowing down page loading to bring real user experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sloth

Tải xuống các tệp mở rộng Sloth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sloth Sloth
ID hekdlpaieaibohkfokedfidncnmocfpp
URL Chính Thức https://chromewebstore.google.com/detail/sloth/hekdlpaieaibohkfokedfidncnmocfpp
Mô tả Sloth - an extension slowing down page loading to bring real user experience
Kích Thước Tệp 41.39 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-03
Ngày Phát Hành 2019-05-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển denar90
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/denar90/sloth
URL Trang Trợ Giúp https://github.com/denar90/sloth/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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
}