IndieHackers Light Theme

A simple light theme for IndieHackers.

Vad är IndieHackers Light Theme?

IndieHackers Light Theme är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A simple light theme for IndieHackers.".

Tilläggsskärmbilder

screenshot

Ladda ner IndieHackers Light Theme-förlängningens CRX-fil

Ladda ner IndieHackers Light Theme-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 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.                    

Grundläggande Information om Tillägg

Namn IndieHackers Light Theme IndieHackers Light Theme
ID kiogoigihiehfmimipmlihenfphaefcp
Officiell webbadress https://chromewebstore.google.com/detail/indiehackers-light-theme/kiogoigihiehfmimipmlihenfphaefcp
Beskrivning A simple light theme for IndieHackers.
Filstorlek 144 KB
Antal Installationer 20
Aktuell Version 0.2.1
Senast Uppdaterad 2020-06-08
Publiceringsdatum 2020-06-07
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://blog.pagewatch.dev/project/indiehackers-light-theme
Stödda Språk 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"
    }
}