Auckland Museum Collections

See incredible Auckland Museum collection items in every new tab.

Cos'è Auckland Museum Collections?

Auckland Museum Collections è un'estensione di Chrome sviluppata da aucklandmuseum.com, e la sua funzione principale è "See incredible Auckland Museum collection items in every new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Auckland Museum Collections

Scarica i file di estensione Auckland Museum Collections 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

                        Sets the background of new tabs to an image from the collections of Auckland War Memorial Museum Tāmaki Paenga Hira.

Each new Chrome tab will reveal ordinary, surprising and wondrous objects from Auckland Museum's vast and encyclopaedic collections. 

If an object sparks your curiosity, click on the link to find out more. You can also share the object on Twitter or Facebook, and download the image to use as a desktop background. Images are drawn from our Flickr account at https://flickr.com/photos/aucklandmuseum_collections                    

Informazioni di Base sull'Estensione

Nome Auckland Museum Collections Auckland Museum Collections
ID hbbhohgdcbfbjljeoflljbeiocnhdfag
URL Ufficiale https://chromewebstore.google.com/detail/auckland-museum-collectio/hbbhohgdcbfbjljeoflljbeiocnhdfag
Descrizione See incredible Auckland Museum collection items in every new tab.
Dimensione del File 443 KB
Conteggio Installazioni 143
Versione Corrente 1.9.5.0
Ultimo Aggiornamento 2023-12-19
Data di Pubblicazione 2020-05-25
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore aucklandmuseum.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.aucklandmuseum.com/collections
URL della Pagina di Aiuto https://www.aucklandmuseum.com/contact
URL della Pagina della Politica sulla Privacy https://www.aucklandmuseum.com/legal/website-terms-of-use
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auckland Museum Collections",
    "manifest_version": 2,
    "version": "1.9.5.0",
    "description": "See incredible Auckland Museum collection items in every new tab.",
    "homepage_url": "https:\/\/www.aucklandmuseum.com\/collections",
    "icons": {
        "16": "assets\/logo\/16.png",
        "24": "assets\/logo\/24.png",
        "32": "assets\/logo\/32.png",
        "128": "assets\/logo\/128.png",
        "187": "assets\/logo\/187.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo\/16.png",
            "24": "assets\/logo\/24.png",
            "32": "assets\/logo\/32.png",
            "128": "assets\/logo\/128.png"
        },
        "page_action": {
            "default_icon": {
                "16": "assets\/logo\/16.png",
                "24": "assets\/logo\/24.png",
                "32": "assets\/logo\/32.png",
                "128": "assets\/logo\/128.png",
                "187": "assets\/logo\/187.png"
            }
        },
        "default_title": "Auckland Museum Collections"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}