Widescreen Shopify Admin
Stop Shopify Admin Screens Having Tiny Max-Width!
O que é Widescreen Shopify Admin?
Widescreen Shopify Admin é uma extensão do Chrome desenvolvida por 2B Digital, e sua principal característica é "Stop Shopify Admin Screens Having Tiny Max-Width!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Widescreen Shopify Admin
Baixe arquivos de extensão Widescreen Shopify Admin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Widescreen Shopify Admin |
ID | khaaleajdipmabnpppejimgmigfgjmmb |
URL Oficial | https://chromewebstore.google.com/detail/widescreen-shopify-admin/khaaleajdipmabnpppejimgmigfgjmmb |
Descrição | Stop Shopify Admin Screens Having Tiny Max-Width! |
Tamanho do Arquivo | 7.1 KB |
Contagem de Instalações | 166 |
Versão Atual | 0.0.1 |
Última Atualização | 2020-09-24 |
Data de Publicação | 2020-09-23 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | 2B Digital |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.2b-digital.co.uk/ |
Idiomas Suportados | 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 } |