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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}