/shopify-tools

A tool to extend and tweak the Shopify admin and apps to make your life easier

Primary LanguageJavaScript

Current Features

  • Allows you to show/hide the title 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

How to use

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 or sidebar in the admin. Click the extension icon and select the desired action

alt

or use the shortcut keys defined below

Key Commands

  • Ctrl+Comma - toggle sidebar
  • Ctrl+Period - toggle title bar

Options Page

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.

alt

Installation

I plan to put this in the Chrome Web Store, but for now just download the repo and install as an unpacked extension

  1. Clone the repo or download the zip file and extract it.

  2. Type chrome://extensions into your url bar and press return. alt

  3. Turn on Developer Mode which will show some extra actions under the search bar.

alt

  1. Click on Load Unpacked

  2. Select the repo or the unzipped folder that you created in step 1.

  3. That's it. You're good to go!

Updates

Until it is published on the Chrome Web Store, when updates are released you will either need to run git pull or download the new zip file and replace the current folder with the new one