Auckland Museum Collections

See incredible Auckland Museum collection items in every new tab.

Auckland Museum Collectionsとは何ですか?

Auckland Museum Collectionsはaucklandmuseum.comによって開発されたChromeの拡張機能で、その主な機能は「See incredible Auckland Museum collection items in every new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Auckland Museum Collections拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}