jgodson / shopify-tools

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current Features

  • 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

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, 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.

alt

Alternatively, you can use the keyboard shortcuts 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

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:

  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!

  4. 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

About

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


Languages

Language:JavaScript 76.1%Language:HTML 17.3%Language:CSS 6.6%