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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vitrums.dev, και η κύρια λειτουργία του είναι "Only two buttons. Simply switch between day and night mode for the active tab. Works for offline PDFs too!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ANTDR: ANother Trivial Dark Reader

Λήψη αρχείων επέκτασης ANTDR: ANother Trivial Dark Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}