Archillension

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

Was ist Archillension?

Archillension ist eine Chrome-Erweiterung, die von brkwtzr entwickelt wurde, und ihr Hauptmerkmal ist "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Archillension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Archillension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
Offizielle URL https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Beschreibung chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Dateigröße 42.85 KB
Installationsanzahl 62
Aktuelle Version 2.0
Letztes Update 2019-09-29
Veröffentlichungsdatum 2019-09-29
Bewertung 4.77/5 Insgesamt 13 Bewertungen
Entwickler brkwtzr
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}