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" } } |