Rural Broadband Simulator
This extension will simulate a slow internet connection.
什么是Rural Broadband Simulator?
Rural Broadband Simulator是由Griffith Baker开发的Chrome扩展程序,该扩展的主要功能是“This extension will simulate a slow internet connection.”。
扩展截图
下载Rural Broadband Simulator扩展crx文件
下载Rural Broadband Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Rural Broadband Simulator |
ID | dinlajfddccafgpcjeialjbgdohihedo |
官方URL | https://chromewebstore.google.com/detail/rural-broadband-simulator/dinlajfddccafgpcjeialjbgdohihedo |
简介 | This extension will simulate a slow internet connection. |
文件大小 | 887 KB |
安装次数 | 31 |
当前版本 | 1.0.1 |
更新时间 | 2019-01-23 |
上架时间 | 2019-01-22 |
评分 | 5.00/5 共2次评分 |
开发者 | Griffith Baker |
付费类型 | free |
支持的语言 | 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", " |