Otio

Your personal librarian for the internet

什么是Otio?

Otio是由developer开发的Chrome扩展程序,该扩展的主要功能是“Your personal librarian for the internet”。

扩展截图

screenshot

下载Otio扩展crx文件

下载Otio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Otio is an AI platform that helps you collect papers, articles and videos. Ask questions and get the key takeaways with smart summaries. Start drafting your writing with the help of AI.

1️⃣ Collect links using the chrome extension

Save links of all kinds (YT videos, blogs, articles, PDFs, Tweets) using our chrome extension. Just pin it to your toolbar or launch it by hitting a 'command + shift + space' shortcut.

2️⃣ Head to otio.ai to review smart summaries and chat with your reading list

Otio automatically organises, tags and summarises anything you bookmark with the extension. You can then review them in the reading list and chat to ask follow up questions with AI. 

3️⃣ Start writing with the help of AI

Once you're done extracting the key ideas from your readings. Add your sources to a project in Otio and use AI to start outlining, drafting and writing. Our AI generation is grounded in the sources you save.

That's it! Start supercharging your research workflow today.                    

扩展基本信息

名称 Otio Otio
ID fnomklkadahfgogdckpdgbmiidhbjmfm
官方URL https://chromewebstore.google.com/detail/otio/fnomklkadahfgogdckpdgbmiidhbjmfm
简介 Your personal librarian for the internet
文件大小 925 KB
安装次数 970
当前版本 0.7.0
更新时间 2024-02-06
上架时间 2023-01-31
评分 4.83/5 共24次评分
开发者 developer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.otio.ai/
隐私政策页面URL https://www.otio.ai/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Otio",
    "description": "Your personal librarian for the internet",
    "version": "0.7.0",
    "icons": {
        "16": "\/assets\/logo256.png",
        "48": "\/assets\/logo256.png",
        "128": "\/assets\/logo256.png"
    },
    "action": [],
    "permissions": [
        "webNavigation",
        "cookies",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "foreground.js"
            ]
        }
    ]
}