Rural Broadband Simulator
This extension will simulate a slow internet connection.
Co to jest Rural Broadband Simulator?
Rural Broadband Simulator to rozszerzenie Chrome opracowane przez Griffith Baker, a jego główną funkcją jest „This extension will simulate a slow internet connection.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rural Broadband Simulator
Pobierz pliki rozszerzeń Rural Broadband Simulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The FCC recently filed a "notice of proposed rulemaking" to include mobile broadband in the broadband standard, increasing the amount of rural area served but effectively lowering the minimum broadband speed to 10 Mbps/1 Mbps from its original 25 Mbps/3 Mbps. To demonstrate the possible impact of allowing mobile broadband to serve as "adequate broadband," this extension will help simulate a slow (rural) internet connection.
Check out the source code on GitHub: https://github.com/PostsDesert/RuralBroadbandSimulator Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dinlajfddccafgpcjeialjbgdohihedo |
| Oficjalny URL | https://chromewebstore.google.com/detail/rural-broadband-simulator/dinlajfddccafgpcjeialjbgdohihedo |
| Opis | This extension will simulate a slow internet connection. |
| Rozmiar pliku | 887 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2019-01-23 |
| Data Publikacji | 2019-01-22 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Griffith Baker |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rural Broadband Simulator",
"description": "This extension will simulate a slow internet connection.",
"version": "1.0.1",
"browser_action": {
"default_icon": "icons\/icon-16.png",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"debugger",
"tabs",
" | |