Widescreen Shopify Admin
Stop Shopify Admin Screens Having Tiny Max-Width!
Qu'est-ce que Widescreen Shopify Admin ?
Widescreen Shopify Admin est une extension Chrome développée par 2B Digital, et sa fonction principale est "Stop Shopify Admin Screens Having Tiny Max-Width!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Widescreen Shopify Admin
Téléchargez les fichiers d'extension Widescreen Shopify Admin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Widescreen Shopify Admin |
ID | khaaleajdipmabnpppejimgmigfgjmmb |
URL Officiel | https://chromewebstore.google.com/detail/widescreen-shopify-admin/khaaleajdipmabnpppejimgmigfgjmmb |
Description | Stop Shopify Admin Screens Having Tiny Max-Width! |
Taille du Fichier | 7.1 KB |
Nombre d'Installations | 166 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-09-24 |
Date de Publication | 2020-09-23 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | 2B Digital |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://www.2b-digital.co.uk/ |
Langues Prises en Charge | 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 } |