ETHSBell
A Chrome Extension version of ETHSBell.
什麼是ETHSBell?
ETHSBell是由https://ethsbell.xyz開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension version of ETHSBell.”。
擴展截圖
下載ETHSBell擴展crx文件
下載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 |
| 官方網址 | 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\/*"
]
} | |