Art Institute of Chicago: Art Tab

Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.

Art Institute of Chicago: Art Tabとは何ですか?

Art Institute of Chicago: Art TabはArt Institute of Chicagoによって開発されたChromeの拡張機能で、その主な機能は「Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Art Institute of Chicago: Art Tab拡張機能のCRXファイルをダウンロード

Art Institute of Chicago: Art Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        One of the world’s major art museums, the Art Institute of Chicago houses an extraordinary collection of objects from across places, cultures, and times. This browser extension pulls from a pool of over 50,000 public domain images of objects in this remarkable collection and greets you with a different piece with each new tab you open.

All images displayed in the extension are:

• Licensed with an open Creative Commons Public Domain license (CC0).
• Downloadable via a link at the bottom of each tab, which means you can use them for your own personal projects.
• Clickable to the museum's website, where you can learn more about the individual artworks.

Please note that some artworks in the online collection, as in the museum galleries, show nudity.                    

拡張機能の基本情報

名前 Art Institute of Chicago: Art Tab Art Institute of Chicago: Art Tab
ID abacageipbknolldcoehafgfjamoejad
公式URL https://chromewebstore.google.com/detail/art-institute-of-chicago/abacageipbknolldcoehafgfjamoejad
説明 Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.
ファイルサイズ 7.14 MB
インストール数 1,299
現在のバージョン 1.5
最終更新日 2023-07-07
公開日 2019-10-25
評価 5.00/5 合計 9 レビュー
開発者 Art Institute of Chicago
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.artic.edu
ヘルプページのURL https://github.com/art-institute-of-chicago/browser-extension
プライバシーポリシーページのURL https://www.artic.edu/terms
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Art Institute of Chicago: Art Tab",
    "version": "1.5",
    "action": {
        "default_icon": {
            "16": "assets\/logo--icon--16.png",
            "48": "assets\/logo--icon--48.png",
            "128": "assets\/logo--icon--128.png"
        },
        "default_title": "Art Institute of Chicago"
    },
    "description": "Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.",
    "icons": {
        "16": "assets\/logo--icon--16.png",
        "48": "assets\/logo--icon--48.png",
        "128": "assets\/logo--icon--128.png"
    },
    "author": "Art Institute of Chicago",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}