Home Master

Home Master allows you to set multiple Home pages. One click and all your favorite sites!

Cos'è Home Master?

Home Master è un'estensione di Chrome sviluppata da Vignesh, e la sua funzione principale è "Home Master allows you to set multiple Home pages. One click and all your favorite sites!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Home Master

Scarica i file di estensione Home Master in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Home Master allows you to set multiple Home pages. One click and all your favorite sites!

The sites that you often/always visit can be added to the Home Master so that whenever you open your browser all of them load in a single click. You can add any number of sites to the Home Master.

Gmail, Facebook, Yahoo, YouTube, etc., can be readily added from the Options.

Automatically loading all the favorite pages upon browser launch can also be turned off.

Happy Browsing!!!


Please reach me on [email protected] with your feedback.                    

Informazioni di Base sull'Estensione

Nome Home Master Home Master
ID edfjglobafafjchmhnfpijlhfjidjchn
URL Ufficiale https://chromewebstore.google.com/detail/home-master/edfjglobafafjchmhnfpijlhfjidjchn
Descrizione Home Master allows you to set multiple Home pages. One click and all your favorite sites!
Dimensione del File 93.88 KB
Conteggio Installazioni 47
Versione Corrente 0.1
Ultimo Aggiornamento 2012-09-12
Data di Pubblicazione 2012-09-12
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Vignesh
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Home Master",
    "description": "Home Master allows you to set multiple Home pages. One click and all your favorite sites!",
    "version": "0.1",
    "icons": {
        "16": "House_icon.png",
        "48": "House_icon.png",
        "128": "House_icon.png"
    },
    "browser_action": {
        "default_icon": "House_icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}