Skip to content
forked from viralcode/Shades

A chrome extension for changing your old and boring New tab page

Notifications You must be signed in to change notification settings

xcrafter/Shades

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shades from Shades Team ( Singlelinelogics )

*Credits Shades team a.k.a Team Singlelinelogics -> Jijo john , Manzoor , Aswin , Jishnu ..

Shades is a chrome extension for changing your old and boring New tab page. We are using the Javascript module pattern for client side development. Our team used Chrome browser api and some third party apis for achieving the goals. The layout is created using the bootstrap library and some javascript functionalities are made by Jquery.

We want your support to make this extension a reality.

Thanks to Bootstrap and Jquery Contributors

#Directory Structure

  • Images - > Contains three temporary icons for the extension [ icon 16 * 16 , icon 48 * 48 , icon 128 * 128 ]

  • R [Background resource directory] -> Contains 2 temporary background files for the new tab background [Background.jpg , Background_a.jpg] N:B :- the current files in the R folder would be changed in future.

  • Scripts -> Contains the Javascript files [core.js (The core JS file of the extension) , bootstrap.min.js (JS file from the bootstrap project) , jquery-2.1.3.min.js (Jquery from Jquery Team)] N:B - Our team is in the process of developing the core library (core.js).

  • Styles -> Contains the style sheet for the extension [style.css (Core CSS file of Shades) , bootstrap.min.css (Bootstrap CSS)]

#Files in the Root

  • index.html [HTML file used for the new tab page]

  • Shades.html [HTML file for the Default popup]

  • manifest.json [ Manifest JSON File for the extension (Permissions , extension details , icons are defined in this file)]

About

A chrome extension for changing your old and boring New tab page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • HTML 36.2%
  • CSS 3.5%