Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Что такое Archillension?
Archillension - это расширение Chrome, разработанное brkwtzr, и его основная функция - "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect".
Снимки экрана расширения
Скачать файл CRX расширения Archillension
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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\/" ] } |