Accelo Night Mode

Accelo Night Mode

Apa itu Accelo Night Mode?

Accelo Night Mode adalah ekstensi Chrome yang dikembangkan oleh Ancel.Designs, dan fitur utamanya adalah "Accelo Night Mode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Accelo Night Mode

Unduh file ekstensi Accelo Night Mode 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

                        Night/Dark mode for Accelo.com.

This theme offers a more dark tone to Accelo's website.
Its mainly just css replacement theme.

Dark tones based off Discord.
Primary color picker added for users custom color preference.

Version 0.04 
- Added Failsafe for color-picker creation. 
- Added color lighten functions to handle hovers
- CSS added for new dropdowns

Please let me know of any elements that are hard to read/not themed correctly.                    

Informasi Dasar Ekstensi

Nama Accelo Night Mode Accelo Night Mode
ID ohandfkkholchfnmnadncphipjapbafd
URL Resmi https://chromewebstore.google.com/detail/accelo-night-mode/ohandfkkholchfnmnadncphipjapbafd
Deskripsi Accelo Night Mode
Ukuran File 17.02 KB
Jumlah Instalasi 38
Versi Saat Ini 0.05
Terakhir Diperbarui 2022-07-27
Tanggal Publikasi 2021-11-10
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Ancel.Designs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "exclude_globs": [
                ""
            ],
            "include_globs": [
                "*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.accelo.com\/*",
                "*:\/\/*.accelo.com\/*"
            ]
        }
    ],
    "description": "Accelo Night Mode",
    "name": "Accelo Night Mode",
    "short_name": "Accelo Night Mode",
    "version": "0.05"
}