Auckland Museum Collections

See incredible Auckland Museum collection items in every new tab.

Что такое Auckland Museum Collections?

Auckland Museum Collections - это расширение Chrome, разработанное aucklandmuseum.com, и его основная функция - "See incredible Auckland Museum collection items in every new tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Auckland Museum Collections

Скачайте файлы расширений Auckland Museum Collections в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Auckland Museum Collections Auckland Museum Collections
ID hbbhohgdcbfbjljeoflljbeiocnhdfag
Официальный URL https://chromewebstore.google.com/detail/auckland-museum-collectio/hbbhohgdcbfbjljeoflljbeiocnhdfag
Описание See incredible Auckland Museum collection items in every new tab.
Размер файла 443 KB
Количество установок 143
Текущая Версия 1.9.5.0
Последнее Обновление 2023-12-19
Дата публикации 2020-05-25
Рейтинг 5.00/5 Всего 4 оценок
Разработчик aucklandmuseum.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.aucklandmuseum.com/collections
URL страницы помощи https://www.aucklandmuseum.com/contact
URL страницы политики конфиденциальности https://www.aucklandmuseum.com/legal/website-terms-of-use
Поддерживаемые языки 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"
    }
}