Hacker News Dark Theme

A non-invaise dark theme for Hacker News.

Hacker News Dark Theme란 무엇입니까?

Hacker News Dark Theme은(는) azerella에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A non-invaise dark theme for Hacker News."입니다.

확장 프로그램 스크린샷

screenshot

Hacker News Dark Theme 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.                    

확장 프로그램 기본 정보

이름 Hacker News Dark Theme Hacker News Dark Theme
ID ndeojhdifgncfggdoocajmceelcnmkgh
공식 URL https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh
설명 A non-invaise dark theme for Hacker News.
파일 크기 13.91 KB
설치 횟수 127
현재 버전 0.1.0
최근 업데이트 2020-05-16
출시 날짜 2020-05-16
개발자 azerella
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/adamzerella/ext-hn-darkmode
도움말 페이지 URL https://github.com/adamzerella/ext-hn-darkmode/issues
개인정보 보호 정책 페이지 URL https://github.com/azerella/ext-ambient-darkmode
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News Dark Theme",
    "short_name": "hndt",
    "author": "Adam Zerella",
    "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode",
    "version": "0.1.0",
    "description": "A non-invaise dark theme for Hacker News.",
    "permissions": [
        "https:\/\/news.ycombinator.com\/"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "Hacker News Dark Theme"
    },
    "web_accessible_resources": [
        "extension.js"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}