Sloth
Sloth - an extension slowing down page loading to bring real user experience
Sloth क्या है?
Sloth denar90 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sloth - an extension slowing down page loading to bring real user experience"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sloth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |