An open API service indexing awesome lists of open source software.

https://github.com/drklrd/code-tab

A Chrome extension that will load ace-editor in each new tab.
https://github.com/drklrd/code-tab

chrome-extension code-tab

Last synced: 3 months ago
JSON representation

A Chrome extension that will load ace-editor in each new tab.

Awesome Lists containing this project

README

          

# Code-Tab

Get code-editor in each new tab (chrome browser). The code-editor used is React-Ace(https://github.com/securingsincity/react-ace)

- [ ] First clone or download the repo and extract (if downloaded as zip)
- [ ] Run npm install and then npm run development
- [ ] Go to chrome://extensions
- [ ] Click Load unpacked extension
- [ ] Select the cloned or extracted directory (which directly contains manifest.json file inside)
- [ ] Now the extension should show up whenever you open a new tab