Google Arts & Culture
Art masterpieces from Google Arts & Culture in your browser tabs
Google Arts & Culture란 무엇입니까?
Google Arts & Culture은(는) https://artsandculture.google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Art masterpieces from Google Arts & Culture in your browser tabs"입니다.
확장 프로그램 스크린샷
Google Arts & Culture 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Breathe a little culture into your day! Discover a beautiful artwork from Google Arts & Culture each time you open a new tab in Chrome. With this extension, in every new Chrome tab you’ll see masterpieces ranging from Van Gogh and Monet, all the way to contemporary works from street artists around the world. The artwork is refreshed every day, or you can change the settings to see a new image every time you open a new tab. If an artwork happens to spark your curiosity, click the image description to discover more on Google Arts & Culture. This extension was previously called the Google Art Project extension.
확장 프로그램 기본 정보
이름 | Google Arts & Culture |
ID | akimgimeeoiognljlfchpbkpfbmeapkh |
공식 URL | https://chromewebstore.google.com/detail/google-arts-culture/akimgimeeoiognljlfchpbkpfbmeapkh |
설명 | Art masterpieces from Google Arts & Culture in your browser tabs |
파일 크기 | 365 KB |
설치 횟수 | 367,035 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2023-01-26 |
출시 날짜 | 2020-02-17 |
평점 | 4.45/5 총 1551 개의 평점 |
개발자 | https://artsandculture.google.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.google.com/policies/privacy |
지원되는 언어 | id,de,en,en-GB,fr,nl,tr,ca,es,es-419,it,lv,hu,pl,pt-BR,pt-PT,ro,cs,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "version": "2.3.0", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/google-art-project\/akimgimeeoiognljlfchpbkpfbmeapkh", "default_locale": "en", "background": { "persistent": false, "scripts": [ "bg_compiled.js" ] }, "browser_action": { "default_icon": { "19": "gac_tab_icon_19x19.png", "38": "gac_tab_icon_38x38.png" }, "default_title": "__MSG_extName__" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "gac_tab_icon_16x16.png", "48": "gac_tab_icon_48x48.png", "128": "gac_tab_icon_128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'; connect-src 'self' http:\/\/*.ggpht.com https:\/\/*.ggpht.com https:\/\/www.gstatic.com\/culturalinstitute\/ https:\/\/www.google-analytics.com", "incognito": "split", "permissions": [ "chrome:\/\/favicon\/*", "contextMenus", "storage", "topSites" ] } |