This is a public repository of my own Chrome New Tab Extension named Code Rant.
Install Here
This extension shows your random rants whenever you open a new tab in chrome.
- .travis.yml is the build configuration file so don't mess with that
- Under JS Folder Put the library scripts which donot require build
- Under JS/Custom put all the self made JS,Cofee Scripts etc
- Images folder and Ico folder holds files as mentioned
- Rants.js file holds the global datas and rants, edit and add rants only. Donot add any processing code there.
- Newtab.html file holds the new Tab's UI Component(Using Bootstrap Blocks)
- Landing.html file holds the main click popup that appears when you click the extension.