DevDocs is a great online documentations web app. However, sometimes you just want to simply look up a simple method without leaving the website you are currently reading to check out it intensively.
Quick DevDocs can just be used for your quick looking-up. You can quickly search for a function name, or any other things in devdocs.io, in a popup extension window.
- Visit Chrome Web Store to install it.
- Or visit release page to download the crx file directly, then drag it to your Chrome extension page.
- Or build from source in this repository. Run
gulp pack
, then use Chrome to create a crx file from the directory calledcrx
, which is generated just now.
MIT