Archillension

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

Vad är Archillension?

Archillension är en Chrome-tillägg utvecklad av brkwtzr, och dess huvudfunktion är "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Archillension-förlängningens CRX-fil

Ladda ner Archillension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
Officiell webbadress https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Beskrivning chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Filstorlek 42.85 KB
Antal Installationer 62
Aktuell Version 2.0
Senast Uppdaterad 2019-09-29
Publiceringsdatum 2019-09-29
Betyg 4.77/5 Totalt 13 Betyg
Utvecklare brkwtzr
Betalningssätt free
Stödda Språk 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\/"
    ]
}