IndieHackers Light Theme

A simple light theme for IndieHackers.

What is IndieHackers Light Theme?

IndieHackers Light Theme is a Chrome extension developed by Unknown, and its main feature is "A simple light theme for IndieHackers.".

Extension Screenshots

screenshot

Download IndieHackers Light Theme Extension CRX File

Download IndieHackers Light Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IndieHackers Light Theme IndieHackers Light Theme
ID kiogoigihiehfmimipmlihenfphaefcp
Official URL https://chromewebstore.google.com/detail/indiehackers-light-theme/kiogoigihiehfmimipmlihenfphaefcp
Description A simple light theme for IndieHackers.
File Size 144 KB
Installation Count 20
Current Version 0.2.1
Last Updated 2020-06-08
Publish Date 2020-06-07
Developer Unknown
Payment Type free
Extension Website https://blog.pagewatch.dev/project/indiehackers-light-theme
Supported Languages 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"
    }
}