IndieHackers Light Theme

A simple light theme for IndieHackers.

Co to jest IndieHackers Light Theme?

IndieHackers Light Theme to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A simple light theme for IndieHackers.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IndieHackers Light Theme

Pobierz pliki rozszerzeń IndieHackers Light Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A simple light theme for the website IndieHackers.

You can temporarily toggle any page back to dark mode by clicking the icon, it will stay dark mode for the session.                    

Podstawowe informacje o rozszerzeniu

Nazwa IndieHackers Light Theme IndieHackers Light Theme
ID kiogoigihiehfmimipmlihenfphaefcp
Oficjalny URL https://chromewebstore.google.com/detail/indiehackers-light-theme/kiogoigihiehfmimipmlihenfphaefcp
Opis A simple light theme for IndieHackers.
Rozmiar pliku 144 KB
Liczba instalacji 20
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2020-06-08
Data Publikacji 2020-06-07
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://blog.pagewatch.dev/project/indiehackers-light-theme
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IndieHackers Light Theme",
    "short_name": "ihlt",
    "author": "Loftie Ellis",
    "homepage_url": "https:\/\/blog.pagewatch.dev\/project\/indiehackers-light-theme",
    "version": "0.2.1",
    "description": "A simple light theme for IndieHackers.",
    "permissions": [
        "https:\/\/www.indiehackers.com\/",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/ih-light-16x16.png",
            "24": "icons\/ih-light-24x24.png",
            "32": "icons\/ih-light-32x32.png",
            "48": "icons\/ih-light-48x48.png",
            "64": "icons\/ih-light-64x64.png",
            "128": "icons\/ih-light-128x128.png"
        },
        "default_title": "IndieHackers Light Theme Enabled (click to toggle)"
    },
    "web_accessible_resources": [
        "extension.js"
    ],
    "icons": {
        "16": "icons\/ih-light-16x16.png",
        "24": "icons\/ih-light-24x24.png",
        "32": "icons\/ih-light-32x32.png",
        "48": "icons\/ih-light-48x48.png",
        "64": "icons\/ih-light-64x64.png",
        "128": "icons\/ih-light-128x128.png"
    }
}