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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}