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
官方網址 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"
    }
}