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!”。
擴展截圖
下載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 |
ID | khaaleajdipmabnpppejimgmigfgjmmb |
官方網址 | 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 } |