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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jubag, και η κύρια λειτουργία του είναι "Replace your New Tab page with Archillect's most recent picture. Archilliect is an AI created by Murat Pak.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Archillect Tab

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
            ]
        }
    ]
}