Giter VIP home page Giter VIP logo

chrome-jsconsole's Introduction

JSconsole Website

JSconsole is a Chrome Extension that helps developer to load external JS libraries within their favourite ❤️ developer console.

Screenshot

Features

  • Load any library by name or URL with latest version.
  • Search any library just by name.
  • Alias to load the most famous libraries.
  • List all the loaded libraries.
  • Clear your console directly.

If you find it useful, you can show your support by sharing it in your social network or by simply letting me know how much you ❤️ it by tweeting to @squiroid.

CONTRIBUTING

  • Setup

    • Fork jsconsole.github.io and clone it on your system.
    • Create a new branch out off development for your fix/feature. git checkout -b new-feature
  • Things to remember

    • Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily incase only few commits require to be merged.
    • Before submitting a patch, rebase your branch on upstream development to make life easier for the merger.
    • DO NOT commit automatic build files or folders (dist/** || node_modules || etc) in your commits.

License

MIT Licensed

Copyright (c) 2017 Rachit Gulati, jsconsole.github.io

chrome-jsconsole's People

Contributors

ashbardhan avatar rachitgulati avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chrome-jsconsole's Issues

breaks google sheets (i think)

Having the extension enabled when loading google sheets causes this error alert:

image

Disabling JSConsole makes sheets load like normal. when JSConsole is enabled, console throws this error when opening a google sheet:

Uncaught D9a {message: "Error in protected function: js is not a function", $n: TypeError: js is not a function
    at FD (https://docs.google.com/static/spreadsheets2/client/js/10…, stack: "TypeError: js is not a function↵    at FD (https:/…t/js/1043487106-ritz_waffle_i18n_core.js:2182:94)"}$n: TypeError: js is not a function
    at FD (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:785)
    at uWa.jWa [as constructor] (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:547)
    at new uWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:296)
    at new xWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:648)
    at oXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:311)
    at wXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:43)
    at vXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1721:262)
    at sE.exec (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:737)
    at REb.c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:617)
    at Array.forEach (<anonymous>)
    at x (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:49:120)
    at TG.<anonymous> (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:644)
    at yB (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1335:135)
    at SEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:624)
    at DXb.p.MOb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4214:90)
    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)
    at DXb.p.fjb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4209:313)
    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)
    at hUb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4076:365)
    at fUb.p.$La (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4073:130)
    at fUb.p.lya (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:247)
    at fUb.p.HEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:189)
    at c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:2182:94)message: "js is not a function"stack: "TypeError: js is not a function↵    at FD (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:785)↵    at uWa.jWa [as constructor] (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:547)↵    at new uWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:296)↵    at new xWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:648)↵    at oXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:311)↵    at wXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:43)↵    at vXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1721:262)↵    at sE.exec (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:737)↵    at REb.c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:617)↵    at Array.forEach (<anonymous>)↵    at x (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:49:120)↵    at TG.<anonymous> (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:644)↵    at yB (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1335:135)↵    at SEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:624)↵    at DXb.p.MOb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4214:90)↵    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)↵    at DXb.p.fjb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4209:313)↵    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)↵    at hUb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4076:365)↵    at fUb.p.$La (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4073:130)↵    at fUb.p.lya (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:247)↵    at fUb.p.HEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:189)↵    at c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:2182:94)"__proto__: Errormessage: "Error in protected function: js is not a function"stack: "TypeError: js is not a function↵    at FD (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:785)↵    at uWa.jWa [as constructor] (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1679:547)↵    at new uWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:296)↵    at new xWa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1685:648)↵    at oXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:311)↵    at wXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:43)↵    at vXa (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1721:262)↵    at sE.exec (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1722:737)↵    at REb.c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:617)↵    at Array.forEach (<anonymous>)↵    at x (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:49:120)↵    at TG.<anonymous> (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:644)↵    at yB (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:1335:135)↵    at SEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:3461:624)↵    at DXb.p.MOb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4214:90)↵    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)↵    at DXb.p.fjb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4209:313)↵    at Dm (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:480:413)↵    at hUb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4076:365)↵    at fUb.p.$La (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4073:130)↵    at fUb.p.lya (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:247)↵    at fUb.p.HEb (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:4072:189)↵    at c (https://docs.google.com/static/spreadsheets2/client/js/1043487106-ritz_waffle_i18n_core.js:2182:94)"__proto__: Ma
c @ 1043487106-ritz_waffle_i18n_core.js:2182

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.