Archillension

chrome extension that replaces your new tab background with the most recent images tweeted by @archillect

Cos'è Archillension?

Archillension è un'estensione di Chrome sviluppata da brkwtzr, e la sua funzione principale è "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Archillension

Scarica i file di estensione Archillension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
URL Ufficiale https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Descrizione chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Dimensione del File 42.85 KB
Conteggio Installazioni 62
Versione Corrente 2.0
Ultimo Aggiornamento 2019-09-29
Data di Pubblicazione 2019-09-29
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore brkwtzr
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}