Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Wat is Archillension?
Archillension is een Chrome-extensie ontwikkeld door brkwtzr, en de belangrijkste functie is "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".
Extensie Screenshots
Download het CRX-bestand van de extensie Archillension
Download Archillension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | opnpedplmjoakbdnpghampcbameebobk |
Officiële URL | https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk |
Beschrijving | chrome extension that replaces your new tab background with the most recent images tweeted by @archillect |
Bestandsgrootte | 42.85 KB |
Aantal Installaties | 62 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-09-29 |
Publicatiedatum | 2019-09-29 |
Beoordeling | 4.77/5 Totaal 13 Beoordelingen |
Ontwikkelaar | brkwtzr |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |