ETHSBell
A Chrome Extension version of ETHSBell.
What is ETHSBell?
ETHSBell is a Chrome extension developed by https://ethsbell.xyz, and its main feature is "A Chrome Extension version of ETHSBell.".
Extension Screenshots
Download ETHSBell Extension CRX File
Download ETHSBell extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome Extension to help Evanston Township Highschool students stop wasting time figuring out when the next bell rings.
Extension Basic Information
Name | ETHSBell |
ID | fgaphhamokabjocpchfngbhdkpkkfccc |
Official URL | https://chromewebstore.google.com/detail/ethsbell/fgaphhamokabjocpchfngbhdkpkkfccc |
Description | A Chrome Extension version of ETHSBell. |
File Size | 26.03 KB |
Installation Count | 107 |
Current Version | 3.2 |
Last Updated | 2018-11-19 |
Publish Date | 2018-11-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://ethsbell.xyz |
[email protected] | |
Payment Type | free |
Extension Website | https://ethsbell.xyz/ |
Supported Languages | 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\/*" ] } |