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 là gì?

Art là một tiện ích mở rộng Chrome được phát triển bởi http://www.zachschnell.com, và tính năng chính của nó là "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Art 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

                        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.                    

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

Tên Art Art
ID camjlcjebflgchepghjpjeiddegldhae
URL Chính Thức https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae
Mô tả Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
Kích Thước Tệp 744 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2017-11-26
Ngày Phát Hành 2017-11-26
Nhà Phát Triển http://www.zachschnell.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zchr/art
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}