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
官方網址 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"
    }
}