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文件

下載iki.ai - your knowledge hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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