The video tutorial, we will show you how to develop a Google chrome browser extension.
YouTube video link address:::::::::::::::::::: https://www.youtube.com/watch?v=hGLjadK23M0
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
How can i develop an extension for another browser based on Blink rendering engine?
for Slimjet
Ashish
ashish@flashpeak.com
1)All Chrome extensions require a manifest file, we’ll create a manifest.json file,
2)Next we’ll need an HTML page to show when a user clicks our Browser Action, so we’ll create a popup.html file and a popup.js file
3)create the user interface that our Browser Action will display when it is clicked
4)Implement the logic,Test it out.
For more...
https://developer.chrome.com/extensions
Raghava Rao
www.nsmllc.com