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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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"
            ]
        }
    ]
}