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."입니다.
확장 프로그램 스크린샷
Auckland Museum Collections 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |