Archillension

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

Co to jest Archillension?

Archillension to rozszerzenie Chrome opracowane przez brkwtzr, a jego główną funkcją jest „chrome extension that replaces your new tab background with the most recent images tweeted by @archillect”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Archillension

Pobierz pliki rozszerzeń Archillension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
Oficjalny URL https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Opis chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Rozmiar pliku 42.85 KB
Liczba instalacji 62
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-09-29
Data Publikacji 2019-09-29
Ocena 4.77/5 Łącznie 13 Oceny
Deweloper brkwtzr
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}