A.I. Resource Manager

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

什么是A.I. Resource Manager?

A.I. Resource Manager是由https://ai.science开发的Chrome扩展程序,该扩展的主要功能是“Quickly add important resources you find to your Aggregate Intellect library.”。

扩展截图

screenshot

下载A.I. Resource Manager扩展crx文件

下载A.I. Resource Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 A.I. Resource Manager A.I. Resource Manager
ID ohldgknmhncmaclggpmcbglmglpkcoag
官方URL https://chromewebstore.google.com/detail/ai-resource-manager/ohldgknmhncmaclggpmcbglmglpkcoag
简介 Quickly add important resources you find to your Aggregate Intellect library.
文件大小 1.14 MB
安装次数 134
当前版本 0.3.9
更新时间 2023-02-12
上架时间 2021-12-10
评分 5.00/5 共3次评分
开发者 https://ai.science
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ai.science
支持的语言 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"
    }
}