A.I. Resource Manager

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

Vad är A.I. Resource Manager?

A.I. Resource Manager är en Chrome-tillägg utvecklad av https://ai.science, och dess huvudfunktion är "Quickly add important resources you find to your Aggregate Intellect library.".

Tilläggsskärmbilder

screenshot

Ladda ner A.I. Resource Manager-förlängningens CRX-fil

Ladda ner A.I. Resource Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn A.I. Resource Manager A.I. Resource Manager
ID ohldgknmhncmaclggpmcbglmglpkcoag
Officiell webbadress https://chromewebstore.google.com/detail/ai-resource-manager/ohldgknmhncmaclggpmcbglmglpkcoag
Beskrivning Quickly add important resources you find to your Aggregate Intellect library.
Filstorlek 1.14 MB
Antal Installationer 134
Aktuell Version 0.3.9
Senast Uppdaterad 2023-02-12
Publiceringsdatum 2021-12-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://ai.science
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ai.science
Stödda Språk 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"
    }
}