Dark Mode for Shopify

Turn your Shopify admin dashboard dark and reduce eye strain.

Τι είναι το Dark Mode for Shopify;

Το Dark Mode for Shopify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.rvere.com, και η κύρια λειτουργία του είναι "Turn your Shopify admin dashboard dark and reduce eye strain.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dark Mode for Shopify

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

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

                        Do your eyes hurt when you're working on your Shopify store late at night?

Give yourself a break and turn the Shopify admin dark. 

Editing products, fulfilling orders or checking your analytics?

Do it all with rich black backgrounds for every page on your dashboard.

Works with every page on your admin, as well as the login pages. 

Please note, this is not a dark mode for your shop theme, but for your Shopify admin.                    

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

Όνομα Dark Mode for Shopify Dark Mode for Shopify
ID hfoeimdgmlholdmiodhkeohhnjjkddhp
Επίσημο URL https://chromewebstore.google.com/detail/dark-mode-for-shopify/hfoeimdgmlholdmiodhkeohhnjjkddhp
Περιγραφή Turn your Shopify admin dashboard dark and reduce eye strain.
Μέγεθος Αρχείου 632 KB
Αριθμός Εγκαταστάσεων 2,183
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2023-05-23
Ημερομηνία Δημοσίευσης 2020-05-25
Αξιολόγηση 3.43/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής https://www.rvere.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.rvere.com/dark-mode-for-shopify
Διεύθυνση URL της Σελίδας Βοήθειας https://www.rvere.com/dark-mode-for-shopify
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Mode for Shopify",
    "short_name": "sdm",
    "description": "Turn your Shopify admin dashboard dark and reduce eye strain.",
    "version": "0.1.0",
    "author": "Rvere",
    "homepage_url": "https:\/\/www.rvere.com\/",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "matches": [
                "https:\/\/admin.shopify.com\/*",
                "https:\/\/*.myshopify.com\/*",
                "https:\/\/accounts.shopify.com\/*",
                "https:\/\/app.shopify.com\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "img\/shopify-light-mode-icon-16.png",
        "48": "img\/shopify-light-mode-icon-48.png",
        "128": "img\/shopify-light-mode-icon-128.png"
    },
    "action": {
        "default_icon": "img\/shopify-light-mode-icon.png",
        "default_title": "Dark Mode for Shopify",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "https:\/\/admin.shopify.com\/*",
                "https:\/\/*.myshopify.com\/admin*",
                "https:\/\/accounts.shopify.com\/*",
                "https:\/\/app.shopify.com\/services\/login\/identity_callback*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/functions.js",
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}