Widescreen Shopify Admin

Stop Shopify Admin Screens Having Tiny Max-Width!

Widescreen Shopify Admin क्या है?

Widescreen Shopify Admin 2B Digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop Shopify Admin Screens Having Tiny Max-Width!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Widescreen Shopify Admin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Increase the size of those frustratingly small Shopify Admin stores by installing a simple, single background CSS rule to take advantage of higher resolution screens.                    

एक्सटेंशन की मूल जानकारी

नाम Widescreen Shopify Admin Widescreen Shopify Admin
ID khaaleajdipmabnpppejimgmigfgjmmb
आधिकारिक URL https://chromewebstore.google.com/detail/widescreen-shopify-admin/khaaleajdipmabnpppejimgmigfgjmmb
विवरण Stop Shopify Admin Screens Having Tiny Max-Width!
फ़ाइल का आकार 7.1 KB
स्थापना संख्या 166
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-09-24
प्रकाशन तिथि 2020-09-23
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर 2B Digital
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.2b-digital.co.uk/
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Widescreen Shopify Admin",
    "version": "0.0.1",
    "content_scripts": [
        {
            "css": [
                "shopify.css"
            ],
            "matches": [
                "*:\/\/*.myshopify.com\/admin*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "Stop Shopify Admin Screens Having Tiny Max-Width!",
    "manifest_version": 2
}