A.I. Resource Manager

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

A.I. Resource Managerคืออะไร?

A.I. Resource Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ai.science และคุณลักษณะหลักของมันคือ "Quickly add important resources you find to your Aggregate Intellect library."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A.I. Resource Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}