Skip to content

MaximKhlobystov/html-constructor-chrome-extension

Repository files navigation

About

HTML Constructor is a Google Chrome extension to open chosen HTML and CSS snippets from visited GitHub webpages in a popup window, edit them, merge, and run the final code in a new window.

Installation

Installing unpacked extension is super easy.

  • Clone or download the source code here
  • Go to: chrome://extensions
  • Check "Developer Mode"
  • Click "Load unpacked extension..." and select the location of HTML Constructor
  • Enjoy!

Usage

  • To save the code snippet from currently opened webpage, press Alt+Shift+P
  • Click the extension icon and you will see all the buffered snippets on the left side of popup window
  • Double-click one of those boxes and it disappears
  • Click it once and, after pressing one of those "ready to run" boxes at the top of the page, you will notice that snippet is now ready to run
  • Put you mouse over one of the boxes containing buffered snippets and the code will appear in the editing field
  • Edit the code and press "Save"
  • "Preview" button merge all the "ready to run" snippets together and show the result in the editing field
  • If the merge is satisfied, run the HTML code in a new window by pressing "Run" button

Third-party libraries

Many thanks to all jQuery developers. This extension uses jQuery 2.0.3.

License

The MIT License (MIT)

Copyright (c) 2014 Maxim Khlobystov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published