Archillect Tab

Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.

Was ist Archillect Tab?

Archillect Tab ist eine Chrome-Erweiterung, die von jubag entwickelt wurde, und ihr Hauptmerkmal ist "Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Archillect Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Archillect Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Archillect Tab Archillect Tab
ID lefgpjcahelbhhodfcgbiihdlcajlmma
Offizielle URL https://chromewebstore.google.com/detail/archillect-tab/lefgpjcahelbhhodfcgbiihdlcajlmma
Beschreibung Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.
Dateigröße 12.14 KB
Installationsanzahl 141
Aktuelle Version 2.1.0
Letztes Update 2023-03-11
Veröffentlichungsdatum 2020-07-08
Bewertung 4.67/5 Insgesamt 9 Bewertungen
Entwickler jubag
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://aw.jubag.dev
Hilfeseite URL https://twitter.com/jubag__
Unterstützte Sprachen 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"
            ]
        }
    ]
}