A.I. Resource Manager

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

What is A.I. Resource Manager?

A.I. Resource Manager is a Chrome extension developed by https://ai.science, and its main feature is "Quickly add important resources you find to your Aggregate Intellect library.".

Extension Screenshots

screenshot

Download A.I. Resource Manager Extension CRX File

Download A.I. Resource Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name A.I. Resource Manager A.I. Resource Manager
ID ohldgknmhncmaclggpmcbglmglpkcoag
Official URL https://chromewebstore.google.com/detail/ai-resource-manager/ohldgknmhncmaclggpmcbglmglpkcoag
Description Quickly add important resources you find to your Aggregate Intellect library.
File Size 1.14 MB
Installation Count 134
Current Version 0.3.9
Last Updated 2023-02-12
Publish Date 2021-12-10
Rating 5.00/5 Total 3 Ratings
Developer https://ai.science
Email [email protected]
Payment Type free
Extension Website https://ai.science
Supported Languages 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"
    }
}