Rural Broadband Simulator
This extension will simulate a slow internet connection.
Rural Broadband Simulatorคืออะไร?
Rural Broadband Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Griffith Baker และคุณลักษณะหลักของมันคือ "This extension will simulate a slow internet connection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rural Broadband Simulator
ดาวน์โหลดไฟล์ส่วนขยาย 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",
" | |