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"입니다.
확장 프로그램 스크린샷
Archillension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |