Category Archives: Javascript

Chrome extensions Intro

If you know Javascript then it is very easy to create an extension for chrome. Search for chrome extension docs and you will find each and every API that you can use. But there are few things I would be writing, that would help you start quickly. => The ‘manifest.json’ file is the starting point

Read More