Art

Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…

Art란 무엇입니까?

Art은(는) http://www.zachschnell.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Art 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET. Earlier this year, they released hundreds of thousands of such images, ranging from statues and costumes to baseball cards and albumen. See something you like? Hit the "more like this" button and see more of the art that most captivates you.                    

확장 프로그램 기본 정보

이름 Art Art
ID camjlcjebflgchepghjpjeiddegldhae
공식 URL https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae
설명 Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
파일 크기 744 KB
설치 횟수 88
현재 버전 0.9.1
최근 업데이트 2017-11-26
출시 날짜 2017-11-26
개발자 http://www.zachschnell.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zchr/art
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Art",
    "version": "0.9.1",
    "chrome_url_overrides": {
        "newtab": "art.html"
    },
    "permissions": [
        "https:\/\/www.metmuseum.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}