Archillension

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

Apa itu Archillension?

Archillension adalah ekstensi Chrome yang dikembangkan oleh brkwtzr, dan fitur utamanya adalah "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Archillension

Unduh file ekstensi Archillension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
URL Resmi https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Deskripsi chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Ukuran File 42.85 KB
Jumlah Instalasi 62
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-09-29
Tanggal Publikasi 2019-09-29
Penilaian 4.77/5 Total 13 Penilaian
Pengembang brkwtzr
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}