Archillect Tab
Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.
Archillect Tabとは何ですか?
Archillect Tabはjubagによって開発されたChromeの拡張機能で、その主な機能は「Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.」です。
拡張機能のスクリーンショット
Archillect Tab拡張機能のCRXファイルをダウンロード
Archillect Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Archillect discovers and shares stimulating visual content. This light-weight extension is made to inspire you while you browse. The New Tab page is clean and reactive, and the image or animated GIF updates once every 30 minutes. If you want to learn more about Archillect, click the logo in the top-left (of New Tab page). This will take you to her Twitter page, where you can find image attribution, or click the link to the project website. You will need a license key to be able to use the extension (get one by clicking the website under 'Additional Information').
拡張機能の基本情報
名前 | |
ID | lefgpjcahelbhhodfcgbiihdlcajlmma |
公式URL | https://chromewebstore.google.com/detail/archillect-tab/lefgpjcahelbhhodfcgbiihdlcajlmma |
説明 | Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak. |
ファイルサイズ | 12.14 KB |
インストール数 | 141 |
現在のバージョン | 2.1.0 |
最終更新日 | 2023-03-11 |
公開日 | 2020-07-08 |
評価 | 4.67/5 合計 9 レビュー |
開発者 | jubag |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://aw.jubag.dev |
ヘルプページのURL | https://twitter.com/jubag__ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Archillect Tab", "description": "Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.", "version": "2.1.0", "manifest_version": 3, "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "permissions": [ "alarms", "storage" ], "background": { "service_worker": "scripts\/bg.js", "type": "module" }, "action": { "default_popup": "pages\/popup.html", "default_title": "enter license key" }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "updates.json" ], "extension_ids": [ "lefgpjcahelbhhodfcgbiihdlcajlmma" ] } ] } |