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
Eメール [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"
    }
}