- Allows you to show/hide the title bar, the theme warnings bar and the sidebar in the Shopify Admin
- Changes the left sidebar colour to white in the Admin
- Adds some extra info about each theme to the themes page in the Admin
- Allows you to toggle some features on/off on the options page
The sidebar color will automatically change to white if it is enabled in the options.
The extended theme information will also be added to the themes page of your online store when enabled.
To show or hide the title bar, theme warnings, or sidebar in the admin. Click the extension icon and select the desired action. The Toggle Theme Warnings
item will only show up when editing theme code.
Alternatively, you can use the keyboard shortcuts below.
Ctrl+Comma
- toggle sidebarCtrl+Period
- toggle title bar
There are various options available to customize the behaviour of the extension. These are available by clicking on the extension Icon and selecting Options
from the menu.
You can install this extension by going to the Chrome Web Store
If you want the extension in its development state you can do the following:
-
Clone the repo or download the zip file and extract it.
-
Type
chrome://extensions
into your url bar and pressreturn
. -
Turn on
Developer Mode
which will show some extra actions under the search bar.
-
Click on
Load Unpacked
-
Select the repo or the unzipped folder that you created in step 1.
-
That's it. You're good to go!
-
When the code is updated, you will either need to run
git pull
(if you cloned the repo) or download the new zip file and replace the current folder with the new one