Archillension

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

What is Archillension?

Archillension is a Chrome extension developed by brkwtzr, and its main feature is "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Extension Screenshots

screenshot
screenshot
screenshot

Download Archillension Extension CRX File

Download Archillension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
Official URL https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Description chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
File Size 42.85 KB
Installation Count 62
Current Version 2.0
Last Updated 2019-09-29
Publish Date 2019-09-29
Rating 4.77/5 Total 13 Ratings
Developer brkwtzr
Payment Type free
Supported Languages 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\/"
    ]
}