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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |