Widescreen Shopify Admin

Stop Shopify Admin Screens Having Tiny Max-Width!

What is Widescreen Shopify Admin?

Widescreen Shopify Admin is a Chrome extension developed by 2B Digital, and its main feature is "Stop Shopify Admin Screens Having Tiny Max-Width!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Widescreen Shopify Admin Extension CRX File

Download Widescreen Shopify Admin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Widescreen Shopify Admin Widescreen Shopify Admin
ID khaaleajdipmabnpppejimgmigfgjmmb
Official URL https://chromewebstore.google.com/detail/widescreen-shopify-admin/khaaleajdipmabnpppejimgmigfgjmmb
Description Stop Shopify Admin Screens Having Tiny Max-Width!
File Size 7.1 KB
Installation Count 166
Current Version 0.0.1
Last Updated 2020-09-24
Publish Date 2020-09-23
Rating 3.00/5 Total 4 Ratings
Developer 2B Digital
Email [email protected]
Payment Type free
Help Page URL https://www.2b-digital.co.uk/
Supported Languages 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
}