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ファイルをダウンロード
Google Arts & Culture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |