ETHSBell

A Chrome Extension version of ETHSBell.

Apa itu ETHSBell?

ETHSBell adalah ekstensi Chrome yang dikembangkan oleh https://ethsbell.xyz, dan fitur utamanya adalah "A Chrome Extension version of ETHSBell.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ETHSBell

Unduh file ekstensi ETHSBell dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ETHSBell ETHSBell
ID fgaphhamokabjocpchfngbhdkpkkfccc
URL Resmi https://chromewebstore.google.com/detail/ethsbell/fgaphhamokabjocpchfngbhdkpkkfccc
Deskripsi A Chrome Extension version of ETHSBell.
Ukuran File 26.03 KB
Jumlah Instalasi 107
Versi Saat Ini 3.2
Terakhir Diperbarui 2018-11-19
Tanggal Publikasi 2018-11-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://ethsbell.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ethsbell.xyz/
Bahasa yang Didukung 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\/*"
    ]
}