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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.zachschnell.com และคุณลักษณะหลักของมันคือ "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Art
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |