Hello world extension

The first extension that I made.

What is Hello world extension?

Hello world extension is a Chrome extension developed by http://sites.google.com/site/khalidjawaidshaikh, and its main feature is "The first extension that I made.".

Download Hello world extension Extension CRX File

Download Hello world extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Build your own extension by cloning the source to Hello World.
Help Google conquer the world.  

Git Repository.
https://github.com/diesire/chrome-extensions-examples                    

Extension Basic Information

Name Hello world extension Hello world extension
ID jnipbgpfgcjmafodkpjagkbefhhpcjeg
Official URL https://chrome.google.com/webstore/detail/hello-world-extension/jnipbgpfgcjmafodkpjagkbefhhpcjeg
Description The first extension that I made.
File Size 6.91 KB
Installation Count 51
Current Version 1.0
Last Updated 2014-05-15
Publish Date 2014-05-15
Rating 5.00/5 Total 1 Ratings
Developer http://sites.google.com/site/khalidjawaidshaikh
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello world extension",
    "version": "1.0",
    "manifest_version": 2,
    "description": "The first extension that I made.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/api.flickr.com\/"
    ]
}