A.I. Resource Manager

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

Wat is A.I. Resource Manager?

A.I. Resource Manager is een Chrome-extensie ontwikkeld door https://ai.science, en de belangrijkste functie is "Quickly add important resources you find to your Aggregate Intellect library.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie A.I. Resource Manager

Download A.I. Resource Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam A.I. Resource Manager A.I. Resource Manager
ID ohldgknmhncmaclggpmcbglmglpkcoag
Officiële URL https://chromewebstore.google.com/detail/ai-resource-manager/ohldgknmhncmaclggpmcbglmglpkcoag
Beschrijving Quickly add important resources you find to your Aggregate Intellect library.
Bestandsgrootte 1.14 MB
Aantal Installaties 134
Huidige Versie 0.3.9
Laatst Bijgewerkt 2023-02-12
Publicatiedatum 2021-12-10
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://ai.science
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ai.science
Ondersteunde Talen 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"
    }
}