Archillension

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

什么是Archillension?

Archillension是由brkwtzr开发的Chrome扩展程序,该扩展的主要功能是“chrome extension that replaces your new tab background with the most recent images tweeted by @archillect”。

扩展截图

screenshot
screenshot
screenshot

下载Archillension扩展crx文件

下载Archillension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
官方URL https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
简介 chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
文件大小 42.85 KB
安装次数 62
当前版本 2.0
更新时间 2019-09-29
上架时间 2019-09-29
评分 4.77/5 共13次评分
开发者 brkwtzr
付费类型 free
支持的语言 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\/"
    ]
}