My Home Button

Add Home button to the Toolbar

Wat is My Home Button?

My Home Button is een Chrome-extensie ontwikkeld door art, en de belangrijkste functie is "Add Home button to the Toolbar".

Download het CRX-bestand van de extensie My Home Button

Download My Home Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam My Home Button My Home Button
ID lmnafldoomophgfeegfijmomfghmhhfe
Officiële URL https://chrome.google.com/webstore/detail/my-home-button/lmnafldoomophgfeegfijmomfghmhhfe
Beschrijving Add Home button to the Toolbar
Bestandsgrootte 19.16 KB
Aantal Installaties 112
Huidige Versie 1.0.0
Laatst Bijgewerkt 2015-07-30
Publicatiedatum 2015-07-30
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar art
Betalingswijze free
Ondersteunde Talen 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"
}