Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
¿Qué es Archillension?
Archillension es una extensión de Chrome desarrollada por brkwtzr, y su función principal es "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Archillension
Descarga archivos de extensión Archillension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | opnpedplmjoakbdnpghampcbameebobk |
URL Oficial | https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk |
Descripción | chrome extension that replaces your new tab background with the most recent images tweeted by @archillect |
Tamaño del Archivo | 42.85 KB |
Cantidad de Instalaciones | 62 |
Versión Actual | 2.0 |
Última Actualización | 2019-09-29 |
Fecha de Publicación | 2019-09-29 |
Calificación | 4.77/5 Total de 13 Calificaciones |
Desarrollador | brkwtzr |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |