iki.ai - your knowledge hub

Add links to IKI quickly

iki.ai - your knowledge hub란 무엇입니까?

iki.ai - your knowledge hub은(는) https://iki.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add links to IKI quickly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

iki.ai - your knowledge hub 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides quick saving of the links to webpages you browse to iki.ai knowledge hub. You can also save highlights (just select text and press right button - save to iki) and your notes on these materials to catch up with the core ideas later on.
iki.ai is a web service designed as a knowledge hub for professionals where they can store and share important knowledge in the form of links with metadata, notes, highlights and AI generated summaries. 
The core functional of the service includes personal library, knowledge feed with recommended materials, community with peers, collections and search on the service index. We are working on the new features like Smart notes with instant recommendations for AI augmented research and self-organizing library with custom shelves.
To start using this extension you need to register in iki.ai web service - this can be done with Google, Facebook or Linkedin profile or with an email. 
For now all the functional provided is free of charge.                    

확장 프로그램 기본 정보

이름 iki.ai - your knowledge hub iki.ai - your knowledge hub
ID bjdlhnaghjcjihjiojhpnimlmfnehbga
공식 URL https://chromewebstore.google.com/detail/ikiai-your-knowledge-hub/bjdlhnaghjcjihjiojhpnimlmfnehbga
설명 Add links to IKI quickly
파일 크기 297 KB
설치 횟수 248
현재 버전 1.2
최근 업데이트 2024-01-14
출시 날짜 2022-12-14
평점 5.00/5 총 1 개의 평점
개발자 https://iki.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.iki.ai
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/39334813
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iki.ai - your knowledge hub",
    "description": "Add links to IKI quickly",
    "version": "1.2",
    "host_permissions": [
        "https:\/\/app.iki.ai\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/logo-dark.png",
        "32": "images\/logo-dark.png",
        "48": "images\/logo-dark.png",
        "128": "images\/logo-dark.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo-dark.png",
            "32": "images\/logo-dark.png",
            "48": "images\/logo-dark.png",
            "128": "images\/logo-dark.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-y4dXSMqE.js"
            ],
            "matches": [
                ""
            ],
            "media": [],
            "css": [
                "assets\/main-odb_9Ky1.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/logo-dark.png",
                "images\/logo-light.png",
                "images\/tag-add-dark.png",
                "images\/tag-add-light.png",
                "images\/tag-remove-dark.png",
                "images\/tag-remove-light.png",
                "assets\/_commonjsHelpers-4gQjN7DL.js",
                "assets\/main.tsx-48_2nu3O.js"
            ],
            "use_dynamic_url": true
        }
    ]
}