Otio

Your personal librarian for the internet

Otio란 무엇입니까?

Otio은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your personal librarian for the internet"입니다.

확장 프로그램 스크린샷

screenshot

Otio 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}