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ファイルをダウンロード
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\/" ] } |