Illumify

Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.

Illumify란 무엇입니까?

Illumify은(는) illumify.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Illumify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Illumify visualization tool enables night mode creating dark themes and themes featuring color blind correction. Illumify inverts bright colors giving them more contrast and making them easier to see.

You can adjust brightness, contrast, sepia filter, dark mode, font settings, text size, as well as change various color blind options. 

Color blind options include: changing link colors for visited and uninvited sites, having color values display via text popup when hovering the mouse over the web page, and a color blind correction filter that adjusts based on the type of color blindness and the sensitivity of an individual. While these features are all working, they are still under development and may behave strangely. 

Illumify is a fork of Dark Reader. It does not show ads and does not send user's data anywhere. It will be fully open-source in the near future.
https://github.com/darkreader/darkreader
https://github.com/agatt1/Illumify
App feedback can be given here: https://marquette.az1.qualtrics.com/jfe/form/SV_9ZaufkfIR6luDSR                    

확장 프로그램 기본 정보

이름 Illumify Illumify
ID mhocdmcpgbfbodcdmgfppdicjaechnna
공식 URL https://chromewebstore.google.com/detail/illumify/mhocdmcpgbfbodcdmgfppdicjaechnna
설명 Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.
파일 크기 602 KB
설치 횟수 2,677
현재 버전 1.0.4
최근 업데이트 2020-01-07
출시 날짜 2020-01-07
평점 4.56/5 총 54 개의 평점
개발자 illumify.extension
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/agatt1/Illumify/wiki/Privacy-Policy
지원되는 언어 id,de,en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,ro,cs,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Illumify",
    "version": "1.0.4",
    "author": "MU Senior Design",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-uQgNhYU8Ypo1navfrIQYXrn9+llmYNpu45iovAtfn3A=' http:\/\/localhost; object-src 'self'",
    "browser_action": {
        "default_title": "Illumify",
        "default_icon": {
            "38": "icons\/dr_active_38.png",
            "19": "icons\/dr_active_19.png"
        },
        "default_popup": "ui\/popup\/index.html"
    },
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "fontSettings",
        "storage",
        "tabs",
        ""
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "switchEngine": {
            "description": "__MSG_theme_generation_mode__"
        }
    }
}