Auckland Museum Collections

See incredible Auckland Museum collection items in every new tab.

Auckland Museum Collections क्या है?

Auckland Museum Collections aucklandmuseum.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See incredible Auckland Museum collection items in every new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auckland Museum Collections एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}