-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 5.68 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 5.68 KB
1
<!doctype html><html class="no-js"><head><meta charset="utf-8"><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>JSconsole website</title><link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet"><link rel="apple-touch-icon" href="apple-touch-icon.png"><link rel="shortcut icon" href="favicon.ico"><link rel="stylesheet" href="styles/main.css"><script src="scripts/vendor/modernizr.js"></script></head><body><!--[if IE]><p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]--><div class="container-fluid"><a href="https://github.com/jsconsole" target="_blank"><img style="position:absolute;top:0;left:0;border:0" src="https://camo.githubusercontent.com/567c3a48d796e2fc06ea80409cc9dd82bf714434/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png"></a><div class="header"><div class="platform"></div><div class="console-panel"><p>JSconsole</p></div></div><div class="nav"><ul><li><a href="#js-docs">Docs</a></li><li><a target="_blank" href="https://chrome.google.com/webstore/detail/jsconsole/aplckfckjlmdalfikgbfhmpkcieajkma">Download</a></li><li><a target="_blank" href="https://goo.gl/forms/gSeeeDP2nZwIvFhi1">Feedback</a></li></ul></div><div class="container"><div class="jet-pack"><div class="jet-body"><span class="jet-wing-top-circle"></span></div><div class="smoke"><span class="smoke-bubble sb-1"></span> <span class="needle"></span> <span class="flag"></span></div></div><div class="row"><div class="col s12"><h2 class="main-title">A Chrome Extension that helps developer to load external JS libraries within their favourite ❤️ developer console.</h2></div></div></div><div class="button-container"><button class="download-button" onclick='this.blur(),window.open("https://chrome.google.com/webstore/detail/jsconsole/aplckfckjlmdalfikgbfhmpkcieajkma","_blank")'>Download Now for Chrome</button></div><div id="js-docs" class="docs"><h2 class="docs__heading text-center">Intuitive Documentation</h2><div class="docs__body"><div class="docs__title">1). js.load(NAME(String) || URL(String) || NUMBER_FROM_LIST(Number) || [NAME, URL, NUMBER_FROM_LIST](Array))</div><div class="docs__text">Load the latest library from the internal CDN according to to NAME(S). For NUMBER_FROM_LIST use js.alias();</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-1" style="height:520px"></div></div><div class="docs__title">2). js.find(NAME(String), forceDisplayAll(Boolean))</div><div class="docs__text">Search the top 10 libraries with the given name and if forceDisplayAll is true it will show all the librarires upto 1000.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-2"></div></div><div class="docs__title">3). js.list()</div><div class="docs__text">Show the already loaded libraries in this current session.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-3" style="height:600px"></div></div><div class="docs__title">4). js.clear()</div><div class="docs__text">Clear your console screen.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-4"></div></div><div class="docs__title">5). js.unload(force(Boolean))</div><div class="docs__text">Ask for confirmation and then Unload all the libraries along with refreshing the page. If force is true it will not ask for confirmation.</div><div class="docs__image"><img src="images/5.png"></div><div class="docs__title">6). js.alias()</div><div class="docs__text">Show the list of all the aliases available.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-6"></div></div><div class="docs__title">7). js.readme() or js.doc</div><div class="docs__text">Basic Documentation for this Extension.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-7" style="height:600px"></div></div><div class="docs__title">8). js.rainbow()</div><div class="docs__text">Just for fun.</div><div class="docs__image"><img src="images/developer_console.png"><div class="docs__console" name="" id="js-console-8" style="height:600px"></div></div></div></div><div class="button-container"><button class="download-button" onclick='this.blur(),window.open("https://chrome.google.com/webstore/detail/jsconsole/aplckfckjlmdalfikgbfhmpkcieajkma","_blank")'>Download Now for Chrome</button></div></div><div class="footer">This beautiful ❤️ is build by <a class="white-text" href="https://twitter.com/squiroid" target="_blank">Squiroid</a> @JSconsole 2017.</div><script>!function(e,t,a,n,c,o,s){e.GoogleAnalyticsObject=c,e[c]=e[c]||function(){(e[c].q=e[c].q||[]).push(arguments)},e[c].l=1*new Date,o=t.createElement(a),s=t.getElementsByTagName(a)[0],o.async=1,o.src="https://www.google-analytics.com/analytics.js",s.parentNode.insertBefore(o,s)}(window,document,"script",0,"ga"),ga("create","UA-104188497-1","auto"),ga("send","pageview")</script><script src="scripts/vendor.js"></script><script src="scripts/plugins.js"></script><script src="scripts/main.js"></script></body></html>