ANTDR: ANother Trivial Dark Reader

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

¿Qué es ANTDR: ANother Trivial Dark Reader?

ANTDR: ANother Trivial Dark Reader es una extensión de Chrome desarrollada por vitrums.dev, y su función principal es "Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ANTDR: ANother Trivial Dark Reader

Descarga archivos de extensión ANTDR: ANother Trivial Dark Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ANTDR: ANother Trivial Dark Reader ANTDR: ANother Trivial Dark Reader
ID jppgbnfedcogejclnnipdglbejknlpia
URL Oficial https://chromewebstore.google.com/detail/antdr-another-trivial-dar/jppgbnfedcogejclnnipdglbejknlpia
Descripción Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!
Tamaño del Archivo 12.17 KB
Cantidad de Instalaciones 96
Versión Actual 0.0.0.2
Última Actualización 2022-01-29
Fecha de Publicación 2022-01-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador vitrums.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}