AI Art on New Tabs
Experience mind-blowing images generated by AI every time you open a new tab.
AI Art on New Tabsとは何ですか?
AI Art on New Tabsはbennettoh.devによって開発されたChromeの拡張機能で、その主な機能は「Experience mind-blowing images generated by AI every time you open a new tab.」です。
拡張機能のスクリーンショット
AI Art on New Tabs拡張機能のCRXファイルをダウンロード
AI Art on New Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AI Art on New Tabs displays a random AI art works from Twitter every time you open a new tab. - Every tab presents you with a random image from ~1,000 images posted on Twitter - Linked to original description, author, and link to the original Tweet
拡張機能の基本情報
名前 | AI Art on New Tabs |
ID | kpccgpdoginpfjghdffhjmedgkoagmgg |
公式URL | https://chromewebstore.google.com/detail/ai-art-on-new-tabs/kpccgpdoginpfjghdffhjmedgkoagmgg |
説明 | Experience mind-blowing images generated by AI every time you open a new tab. |
ファイルサイズ | 256 KB |
インストール数 | 122 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-09-17 |
公開日 | 2022-07-19 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | bennettoh.dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Experience mind-blowing images generated by AI every time you open a new tab.", "version": "1.0.1", "manifest_version": 3, "name": "AI Art on New Tabs", "background": { "service_worker": "background.bundle.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |