Hello World Extension

This extension will display the 'Hello World' to popup.

What is Hello World Extension?

Hello World Extension is a Chrome extension developed by canon, and its main feature is "This extension will display the 'Hello World' to popup.".

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

                                            

Extension Basic Information

Name Hello World Extension Hello World Extension
ID cmfmnnedoaboodajabjcipajpgfmaddj
Official URL https://chrome.google.com/webstore/detail/hello-world-extension/cmfmnnedoaboodajabjcipajpgfmaddj
Description This extension will display the 'Hello World' to popup.
File Size 3.06 KB
Installation Count 20
Current Version 1.0
Last Updated 2015-09-29
Publish Date 2015-09-29
Rating 5.00/5 Total 2 Ratings
Developer canon
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello World Extension",
    "version": "1.0",
    "description": "This extension will display the 'Hello World' to popup.",
    "browser_action": {
        "default_title": "",
        "default_popup": "popup.html"
    }
}