Archillension

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

O que é Archillension?

Archillension é uma extensão do Chrome desenvolvida por brkwtzr, e sua principal característica é "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Archillension

Baixe arquivos de extensão Archillension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
URL Oficial https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Descrição chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Tamanho do Arquivo 42.85 KB
Contagem de Instalações 62
Versão Atual 2.0
Última Atualização 2019-09-29
Data de Publicação 2019-09-29
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor brkwtzr
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}