My Home Button

Add Home button to the Toolbar

What is My Home Button?

My Home Button is a Chrome extension developed by art, and its main feature is "Add Home button to the Toolbar".

Download My Home Button Extension CRX File

Download My Home Button 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 My Home Button My Home Button
ID lmnafldoomophgfeegfijmomfghmhhfe
Official URL https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe
Description Add Home button to the Toolbar
File Size 19.16 KB
Installation Count 112
Current Version 1.0.0
Last Updated 2015-07-30
Publish Date 2015-07-30
Rating 3.60/5 Total 5 Ratings
Developer art
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Home"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "My Home Button",
    "description": "Add Home button to the Toolbar",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}