Widescreen Shopify Admin

Stop Shopify Admin Screens Having Tiny Max-Width!

Cos'è Widescreen Shopify Admin?

Widescreen Shopify Admin è un'estensione di Chrome sviluppata da 2B Digital, e la sua funzione principale è "Stop Shopify Admin Screens Having Tiny Max-Width!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Widescreen Shopify Admin

Scarica i file di estensione Widescreen Shopify Admin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Widescreen Shopify Admin Widescreen Shopify Admin
ID khaaleajdipmabnpppejimgmigfgjmmb
URL Ufficiale https://chromewebstore.google.com/detail/widescreen-shopify-admin/khaaleajdipmabnpppejimgmigfgjmmb
Descrizione Stop Shopify Admin Screens Having Tiny Max-Width!
Dimensione del File 7.1 KB
Conteggio Installazioni 166
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-09-24
Data di Pubblicazione 2020-09-23
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore 2B Digital
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.2b-digital.co.uk/
Lingue Supportate 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
}