ANTDR: ANother Trivial Dark Reader

Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!

ANTDR: ANother Trivial Dark Reader란 무엇입니까?

ANTDR: ANother Trivial Dark Reader은(는) vitrums.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!"입니다.

확장 프로그램 스크린샷

screenshot

ANTDR: ANother Trivial Dark Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It simply makes the colors look inverted. Therefore, it works best for dark text on light backgrounds.

Bullet points:

- To make the extension work with offline files (e.g. PDF from hard drive) you must:
    1) Open chrome://extensions.
    2) Find ANTDR and click "Details" button.
    3) Turn on "Allow access to file URLs".

- Make sure you pin the extension to the toolbar.

- After switching to dark mode toggle full screen with F11 button to temporarily hide light sections of the browser like the search bar and bookmarks section while reading.

Enjoy!

Note: this extension does not put at risk any of the user data stored locally or elsewhere. You can download the source code of this extension at: https://github.com/vitrums/ANTDR

Also special note for Windows users, who install this extension on Google Chrome. Unless Google changes it in the future, you can check the unpacked code of all the installed extensions including ANTDR at C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Extensions.                    

확장 프로그램 기본 정보

이름 ANTDR: ANother Trivial Dark Reader ANTDR: ANother Trivial Dark Reader
ID jppgbnfedcogejclnnipdglbejknlpia
공식 URL https://chromewebstore.google.com/detail/antdr-another-trivial-dar/jppgbnfedcogejclnnipdglbejknlpia
설명 Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!
파일 크기 12.17 KB
설치 횟수 96
현재 버전 0.0.0.2
최근 업데이트 2022-01-29
출시 날짜 2022-01-20
평점 5.00/5 총 1 개의 평점
개발자 vitrums.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ANTDR: ANother Trivial Dark Reader",
    "description": "Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/day_night16.png",
            "32": "\/images\/day_night32.png",
            "48": "\/images\/day_night48.png",
            "64": "\/images\/day_night64.png",
            "128": "\/images\/day_night128.png"
        }
    },
    "icons": {
        "16": "\/images\/day_night16.png",
        "32": "\/images\/day_night32.png",
        "48": "\/images\/day_night48.png",
        "64": "\/images\/day_night64.png",
        "128": "\/images\/day_night128.png"
    }
}