ETHSBell
A Chrome Extension version of ETHSBell.
ETHSBellคืออะไร?
ETHSBell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ethsbell.xyz และคุณลักษณะหลักของมันคือ "A Chrome Extension version of ETHSBell."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ETHSBell
ดาวน์โหลดไฟล์ส่วนขยาย ETHSBell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome Extension to help Evanston Township Highschool students stop wasting time figuring out when the next bell rings. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fgaphhamokabjocpchfngbhdkpkkfccc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ethsbell/fgaphhamokabjocpchfngbhdkpkkfccc |
| คำอธิบาย | A Chrome Extension version of ETHSBell. |
| ขนาดไฟล์ | 26.03 KB |
| จำนวนการติดตั้ง | 107 |
| เวอร์ชันปัจจุบัน | 3.2 |
| อัปเดตครั้งล่าสุด | 2018-11-19 |
| วันที่เผยแพร่ | 2018-11-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://ethsbell.xyz |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://ethsbell.xyz/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ETHSBell",
"description": "A Chrome Extension version of ETHSBell.",
"version": "3.2",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "fav.png",
"default_popup": "chrome_extension.html"
},
"permissions": [
"https:\/\/*\/ethsbell.xyz\/*"
]
} | |