Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.61 KB

Code-Rants

This is a public repository of my own Chrome New Tab Extension named Code Rant.
Install Here

Build Status

Travis-CI: Build Status


Code Rant

This extension shows your random rants whenever you open a new tab in chrome.

File Description

  • .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.

t01 t02 t03