ETHSBell

A Chrome Extension version of ETHSBell.

Vad är ETHSBell?

ETHSBell är en Chrome-tillägg utvecklad av https://ethsbell.xyz, och dess huvudfunktion är "A Chrome Extension version of ETHSBell.".

Tilläggsskärmbilder

screenshot

Ladda ner ETHSBell-förlängningens CRX-fil

Ladda ner ETHSBell-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A Chrome Extension to help Evanston Township Highschool students stop wasting time figuring out when the next bell rings.                    

Grundläggande Information om Tillägg

Namn ETHSBell ETHSBell
ID fgaphhamokabjocpchfngbhdkpkkfccc
Officiell webbadress https://chromewebstore.google.com/detail/ethsbell/fgaphhamokabjocpchfngbhdkpkkfccc
Beskrivning A Chrome Extension version of ETHSBell.
Filstorlek 26.03 KB
Antal Installationer 107
Aktuell Version 3.2
Senast Uppdaterad 2018-11-19
Publiceringsdatum 2018-11-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://ethsbell.xyz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ethsbell.xyz/
Stödda Språk 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\/*"
    ]
}