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ファイルをダウンロード

Art拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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. 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"
    }
}