Otio
Your personal librarian for the internet
Τι είναι το Otio;
Το Otio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developer, και η κύρια λειτουργία του είναι "Your personal librarian for the internet".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Otio
Λήψη αρχείων επέκτασης 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 |
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" ] } ] } |