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.
- Host: GitHub
- URL: https://github.com/drklrd/code-tab
- Owner: drklrd
- Created: 2017-11-30T15:49:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T15:21:51.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T16:42:15.739Z (over 1 year ago)
- Topics: chrome-extension, code-tab
- Language: JavaScript
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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