Widescreen Shopify Admin

Stop Shopify Admin Screens Having Tiny Max-Width!

什么是Widescreen Shopify Admin?

Widescreen Shopify Admin是由2B Digital开发的Chrome扩展程序,该扩展的主要功能是“Stop Shopify Admin Screens Having Tiny Max-Width!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Widescreen Shopify Admin扩展crx文件

下载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
}