Home Master

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

Apa itu Home Master?

Home Master adalah ekstensi Chrome yang dikembangkan oleh Vignesh, dan fitur utamanya adalah "Home Master allows you to set multiple Home pages. One click and all your favorite sites!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Home Master

Unduh file ekstensi Home Master dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Home Master Home Master
ID edfjglobafafjchmhnfpijlhfjidjchn
URL Resmi https://chromewebstore.google.com/detail/home-master/edfjglobafafjchmhnfpijlhfjidjchn
Deskripsi Home Master allows you to set multiple Home pages. One click and all your favorite sites!
Ukuran File 93.88 KB
Jumlah Instalasi 47
Versi Saat Ini 0.1
Terakhir Diperbarui 2012-09-12
Tanggal Publikasi 2012-09-12
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Vignesh
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}