Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Τι είναι το Archillension;
Το Archillension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brkwtzr, και η κύρια λειτουργία του είναι "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Archillension
Λήψη αρχείων επέκτασης Archillension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Get a shot of aesthetic inspiration every time you open a new tab. This lightweight extension replaces your new tab page with the three most recent images or animated GIFs generated by Archillect (archillect.com), a machine learning project by Murat Pak. The layout is simple and adaptive, designed to showcase the media and its thematic development. A new image or animated GIF is added once every 10 minutes. For the curious, each image is linked to its source. Note that Archillect may produce NFSW images-- though almost always tastefully.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | opnpedplmjoakbdnpghampcbameebobk |
Επίσημο URL | https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk |
Περιγραφή | chrome extension that replaces your new tab background with the most recent images tweeted by @archillect |
Μέγεθος Αρχείου | 42.85 KB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2019-09-29 |
Ημερομηνία Δημοσίευσης | 2019-09-29 |
Αξιολόγηση | 4.77/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | brkwtzr |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Archillension", "version": "2.0", "description": "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect", "browser_action": { "default_icon": "icon.png", "default_popup": ".\/views\/popup.html" }, "chrome_url_overrides": { "newtab": ".\/views\/index.html" }, "permissions": [ "http:\/\/archillect.com\/" ] } |