iki.ai - your knowledge hub

Add links to IKI quickly

iki.ai - your knowledge hub क्या है?

iki.ai - your knowledge hub https://iki.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add links to IKI quickly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iki.ai - your knowledge hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}