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