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”。
擴展截圖
下載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 |
ID | hekdlpaieaibohkfokedfidncnmocfpp |
官方網址 | 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 } |