A Complete Guide
To Chrome Extension
Development
Chrome
Extension
Project
1.
The first thing we need to do is create
the project and all the files we need for
our extension. All these get started by
creating a new directory and then
putting all the files into the new folder.
Create an icon for the extension.
2.
Create the
manifest file
Every extension needs a manifest file
which lets Chrome know about getting
the extension loaded in Chrome. So,
create the manifest file and put it into
that new folder. Add code to the
manifest file.
3.
Create the
UI
The next step is to create the user
interface that our Browser Action will
display when it is clicked.
4.
Implement
logic
we need to do to create the plugin is to
implement the logic that should
execute when a user clicks the button.
5.
Testing
out
Once the process of Chrome extension
development is over, you must test it
well so as to find the bugs and fix them
before any other user comes across
the errors
www.total-toolbar.com

A Complete Guide To Chrome Extension Development