Wikipedia night mode

Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light

Τι είναι το Wikipedia night mode;

Το Wikipedia night mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον grunbaster, και η κύρια λειτουργία του είναι "Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Wikipedia night mode

Λήψη αρχείων επέκτασης Wikipedia night mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The dark Wikipedia theme or Wikipedia Night mode changes the background of the Wikipedia website to dark and the font to light.
A dark theme for Wikipedia turns on / off by clicking on the extension icon. It is convenient to use at night or in poor lighting, helps your eyes read text more comfortably.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wikipedia night mode Wikipedia night mode
ID idhghjodolinkdhibgfgfoceackpcjfl
Επίσημο URL https://chromewebstore.google.com/detail/wikipedia-night-mode/idhghjodolinkdhibgfgfoceackpcjfl
Περιγραφή Wikipedia night mode allows you to work more comfortably on the Wikipedia website in the dark or in low light
Μέγεθος Αρχείου 43.79 KB
Αριθμός Εγκαταστάσεων 63,704
Τρέχουσα Έκδοση 0.0.26
Τελευταία Ενημέρωση 2021-10-27
Ημερομηνία Δημοσίευσης 2020-05-29
Αξιολόγηση 3.14/5 Συνολικά 168 Αξιολογήσεις
Προγραμματιστής grunbaster
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://policy-extension.site/policy_package_tracker.html
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,it,pl,pt-PT,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "0.0.26",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*",
                "*:\/\/*.mediawiki.org\/*",
                "*:\/\/*.wikimedia.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "48": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}