Archillension

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

Hvad er Archillension?

Archillension er en Chrome-udvidelse udviklet af brkwtzr, og dens hovedfunktion er "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Archillension-udvidelses-CRX-fil

Download Archillension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
Officiel URL https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Beskrivelse chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Filstørrelse 42.85 KB
Antal Installationer 62
Nuværende Version 2.0
Senest Opdateret 2019-09-29
Udgivelsesdato 2019-09-29
Bedømmelse 4.77/5 Samlet 13 Bedømmelser
Udvikler brkwtzr
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}