Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.26 KB

WebFlow Editor Chrome Extension

This chrome extension hides/show the right sidebar in the WebFlow Editor webpage when the checkbox in the extension's UI is clicked. It also changes the background colour of active breakpoints tabs above the default to red.

Additional non-functional features include:

  1. User state management
  2. Sync storage
  3. Keyboard shortcuts for hiding/showing right side bar

Build for production

Run the script in the terminal:

npm run build

And it will generate a dist folder containing the production ready code to be installed.

Video Walkthrough

GIF created with LiceCap.

License

Copyright [2021] [Kenneth Mathari]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.