Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Qu'est-ce que Archillension ?
Archillension est une extension Chrome développée par brkwtzr, et sa fonction principale est "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Archillension
Téléchargez les fichiers d'extension Archillension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | opnpedplmjoakbdnpghampcbameebobk |
URL Officiel | https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk |
Description | chrome extension that replaces your new tab background with the most recent images tweeted by @archillect |
Taille du Fichier | 42.85 KB |
Nombre d'Installations | 62 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2019-09-29 |
Date de Publication | 2019-09-29 |
Évaluation | 4.77/5 Total 13 Évaluations |
Développeur | brkwtzr |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |