This repository has been archived by the owner on May 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Kunal Chaudhary edited this page Oct 10, 2016
·
5 revisions
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:
- The first image shows how the timer looks on browser while surfing facebook.
- The second image shows action button and popup.
- User Guide
- Getting Started
-
Components
- manifest.json
- functions.js
- timer.js
- popup.js
- popup.html
- style.css
- Version History
- FAQ