A.I. Resource Manager

Quickly add important resources you find to your Aggregate Intellect library.

Cos'è A.I. Resource Manager?

A.I. Resource Manager è un'estensione di Chrome sviluppata da https://ai.science, e la sua funzione principale è "Quickly add important resources you find to your Aggregate Intellect library.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione A.I. Resource Manager

Scarica i file di estensione A.I. Resource Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Quickly add important resources to your A.I. library to better manage your knowledge for R&D projects. The more resources you add, the better we can recommend other relevant resources.                    

Informazioni di Base sull'Estensione

Nome A.I. Resource Manager A.I. Resource Manager
ID ohldgknmhncmaclggpmcbglmglpkcoag
URL Ufficiale https://chromewebstore.google.com/detail/ai-resource-manager/ohldgknmhncmaclggpmcbglmglpkcoag
Descrizione Quickly add important resources you find to your Aggregate Intellect library.
Dimensione del File 1.14 MB
Conteggio Installazioni 134
Versione Corrente 0.3.9
Ultimo Aggiornamento 2023-02-12
Data di Pubblicazione 2021-12-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://ai.science
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ai.science
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A.I. Resource Manager",
    "description": "Quickly add important resources you find to your Aggregate Intellect library.",
    "version": "0.3.9",
    "manifest_version": 3,
    "incognito": "split",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "android-chrome-192x192.png",
        "48": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    },
    "action": {
        "default_popup": "NewAssetEntry.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}