Widescreen Shopify Admin

Stop Shopify Admin Screens Having Tiny Max-Width!

ما هو Widescreen Shopify Admin؟

Widescreen Shopify Admin هو إضافة Chrome تم تطويرها بواسطة 2B Digital، والميزة الرئيسية لها هي "Stop Shopify Admin Screens Having Tiny Max-Width!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Widescreen Shopify Admin

قم بتنزيل ملفات الامتداد Widescreen Shopify Admin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}