ETHSBell
A Chrome Extension version of ETHSBell.
Wat is ETHSBell?
ETHSBell is een Chrome-extensie ontwikkeld door https://ethsbell.xyz, en de belangrijkste functie is "A Chrome Extension version of ETHSBell.".
Extensie Screenshots
Download het CRX-bestand van de extensie ETHSBell
Download ETHSBell-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome Extension to help Evanston Township Highschool students stop wasting time figuring out when the next bell rings. Basisinformatie over de Extensie
| Naam | |
| ID | fgaphhamokabjocpchfngbhdkpkkfccc |
| Officiële URL | https://chromewebstore.google.com/detail/ethsbell/fgaphhamokabjocpchfngbhdkpkkfccc |
| Beschrijving | A Chrome Extension version of ETHSBell. |
| Bestandsgrootte | 26.03 KB |
| Aantal Installaties | 107 |
| Huidige Versie | 3.2 |
| Laatst Bijgewerkt | 2018-11-19 |
| Publicatiedatum | 2018-11-19 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://ethsbell.xyz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://ethsbell.xyz/ |
| Ondersteunde Talen | 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\/*"
]
} | |