IndieHackers Light Theme

A simple light theme for IndieHackers.

什麼是IndieHackers Light Theme?

IndieHackers Light Theme是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A simple light theme for IndieHackers.”。

擴展截圖

screenshot

下載IndieHackers Light Theme擴展crx文件

下載IndieHackers Light Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IndieHackers Light Theme IndieHackers Light Theme
ID kiogoigihiehfmimipmlihenfphaefcp
官方網址 https://chromewebstore.google.com/detail/indiehackers-light-theme/kiogoigihiehfmimipmlihenfphaefcp
簡介 A simple light theme for IndieHackers.
檔案大小 144 KB
安裝次數 20
目前版本 0.2.1
更新時間 2020-06-08
上架時間 2020-06-07
開發者 Unknown
付費類型 free
擴展官網 https://blog.pagewatch.dev/project/indiehackers-light-theme
支援的語言 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"
    }
}