Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Getting Started

Kunal Chaudhary edited this page Oct 10, 2016 · 5 revisions

Introduction

Google Chrome extensions are very easy and develop and follows a smooth development structure but before contributing to this extension, there are few basic things you need to know.

This extension is nothing but a combination of few JavaScript files(the main job in done by scripts only), one html page(for showing popup on clicking the action button), one stylesheet(for styling of timer and popup page), a manifest.json file and last but not the least icon.png for showing the icon.

These files are well explained in Components page.

First lets have a look at the working of extension. Consider the following images:

  1. The first image shows how the timer looks on browser while surfing facebook.
  2. The second image shows action button and popup.

Facebook's page showing timer at header


Facebook_Timer popup


  • User Guide
Clone this wiki locally