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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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').                    

擴展基本資訊

名稱 Archillect Tab Archillect Tab
ID lefgpjcahelbhhodfcgbiihdlcajlmma
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}