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
Eメール [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
}