Nine.com.au - Homepage & Bookmarks

Update your homepage and bookmarks.

Cos'è Nine.com.au - Homepage & Bookmarks?

Nine.com.au - Homepage & Bookmarks è un'estensione di Chrome sviluppata da https://nine.com.au, e la sua funzione principale è "Update your homepage and bookmarks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nine.com.au - Homepage & Bookmarks

Scarica i file di estensione Nine.com.au - Homepage & Bookmarks 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

                        ninemsn.com.au has moved to nine.com.au – update your homepage and bookmarks by simply adding extension.  

This extension will:
* Update any bookmarks from ninemsn.com.au to nine.com.au 
* Remove ninemsn.com.au from your history so it doesn't appear in the URL bar
* Adds a handy button to your browser with links to our websites
* Sets nine.com.au as your startup and home pages (Windows only)                    

Informazioni di Base sull'Estensione

Nome Nine.com.au - Homepage & Bookmarks Nine.com.au - Homepage & Bookmarks
ID efeejpljhmnlmccjklepacdpmjgmhieg
URL Ufficiale https://chromewebstore.google.com/detail/ninecomau-homepage-bookma/efeejpljhmnlmccjklepacdpmjgmhieg
Descrizione Update your homepage and bookmarks.
Dimensione del File 146 KB
Conteggio Installazioni 13,975
Versione Corrente 1.0.12
Ultimo Aggiornamento 2017-11-28
Data di Pubblicazione 2017-11-27
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore https://nine.com.au
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nine.com.au/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nine.com.au - Homepage & Bookmarks",
    "version": "1.0.12",
    "description": "Update your homepage and bookmarks.",
    "manifest_version": 2,
    "icons": {
        "128": "nine.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.entry.js",
            "background.entry.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "nine.png",
        "default_title": "nine.com.au homepage",
        "default_popup": "index.html"
    },
    "permissions": [
        "bookmarks",
        "history"
    ],
    "chrome_settings_overrides": {
        "homepage": "http:\/\/www.nine.com.au",
        "startup_pages": [
            "http:\/\/www.nine.com.au"
        ]
    }
}