Skip to content

Kaltsit163/AlloyLever

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

AlloyLever Preview

Web Developer Tool

preview

###AJAX

preview

Feature

  • Click the AlloyLever button to toggle between showing or hiding the tool panel
  • Output all the log by console.[log|info|warn|debug|error] in the Console tab
  • Output all the error info in the Console tab
  • Output all the XMLHttpRequest's requests in the XHR tab
  • Output all the Cookie info and LocalStorage info in the Resources tab
  • Output all the timing of website's Life Cycle in the Timeline tab

Demo

demo

http://alloyteam.github.io/AlloyLever/

Install

You can install it via npm:

npm install alloylever

Usage

reference in your page ,such as:

<script src="alloylever.js"></script>

Note that you have to reference the script before the other scripts !!

Many thanks to

License

This content is released under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.3%
  • CSS 0.1%