Archillension

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

Archillension là gì?

Archillension là một tiện ích mở rộng Chrome được phát triển bởi brkwtzr, và tính năng chính của nó là "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Archillension

Tải xuống các tệp mở rộng Archillension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Archillension Archillension
ID opnpedplmjoakbdnpghampcbameebobk
URL Chính Thức https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk
Mô tả chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Kích Thước Tệp 42.85 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-09-29
Ngày Phát Hành 2019-09-29
Đánh Giá 4.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển brkwtzr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}