Google Arts & Culture

Art masterpieces from Google Arts & Culture in your browser tabs

Google Arts & Culture là gì?

Google Arts & Culture là một tiện ích mở rộng Chrome được phát triển bởi https://artsandculture.google.com, và tính năng chính của nó là "Art masterpieces from Google Arts & Culture in your browser tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Arts & Culture

Tải xuống các tệp mở rộng Google Arts & Culture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Arts & Culture Google Arts & Culture
ID akimgimeeoiognljlfchpbkpfbmeapkh
URL Chính Thức https://chromewebstore.google.com/detail/google-arts-culture/akimgimeeoiognljlfchpbkpfbmeapkh
Mô tả Art masterpieces from Google Arts & Culture in your browser tabs
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 367,035
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2023-01-26
Ngày Phát Hành 2020-02-17
Đánh Giá 4.45/5 Tổng số 1551 Đánh Giá
Nhà Phát Triển https://artsandculture.google.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.google.com/policies/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}