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

sanudatta11/Code-Rants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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