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 拡張機能の基本情報
| 名前 | |
| 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",
" | |