Eloquent: Quick Capture and Highlighting

Eloquent is an intelligent personal knowledge management tool that helps you leverage AI. Supercharge how you use ChatGPT by…

Τι είναι το Eloquent: Quick Capture and Highlighting;

Το Eloquent: Quick Capture and Highlighting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eloquent Works, και η κύρια λειτουργία του είναι "Eloquent is an intelligent personal knowledge management tool that helps you leverage AI. Supercharge how you use ChatGPT by…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Eloquent: Quick Capture and Highlighting

Λήψη αρχείων επέκτασης Eloquent: Quick Capture and Highlighting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Eloquent is an intelligent personal knowledge management tool that helps you leverage AI.

Supercharge how you use ChatGPT by discovering and organizing your best prompts.

Capture ideas and notes in-context and save them to your knowledge management system (e.g Obsidian, Logseq, Notion,Bear, Craft, and Roam Research).

1. Quickly capture ideas you come across on the web and save them to your second brain.
2. Highlight text and seamlessly write notes in-line with your highlights.
3. Take notes with timestamps on Youtube videos, and use hotkeys to play/pause/skip.
4. Use snippets to quickly insert common web page data.
5. Speed up your flow with a hotkey-first experience.

This product is under active development and being developed with our users. You're encouraged to provide feedback, report bugs, and send ideas our way so that we can continue to improve it!

Privacy: This extension does not collect any of the web pages you visit or notes you write in the notepad. Read our privacy policy for more information.

We hope you enjoy using the product!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Eloquent: Quick Capture and Highlighting Eloquent: Quick Capture and Highlighting
ID olkmpnafmgcfindlljhgnminkhkfcckl
Επίσημο URL https://chromewebstore.google.com/detail/eloquent-quick-capture-an/olkmpnafmgcfindlljhgnminkhkfcckl
Περιγραφή Eloquent is an intelligent personal knowledge management tool that helps you leverage AI. Supercharge how you use ChatGPT by…
Μέγεθος Αρχείου 2.69 MB
Αριθμός Εγκαταστάσεων 4,936
Τρέχουσα Έκδοση 0.21.2
Τελευταία Ενημέρωση 2023-06-09
Ημερομηνία Δημοσίευσης 2020-07-11
Αξιολόγηση 4.11/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής Eloquent Works
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://eloquent.so/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.notion.so/Eloquent-Resource-Center-72f95c2a71d34c5181e4907edf7a96e1
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eloquent: Quick Capture and Highlighting",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.eloquent.works\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/gray-owl-128.png",
        "default_title": "Eloquent"
    },
    "commands": {
        "primary-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle window visibility"
        },
        "prompt-action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Focus Prompt Bar"
        },
        "insert-snippet": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Ctrl+Command+S"
            },
            "description": "Save bookmark to notepad"
        }
    },
    "web_accessible_resources": [
        "sidebar.html",
        "*.svg",
        "*.png"
    ],
    "icons": {
        "16": "img\/white-owl-16x16.png",
        "48": "img\/white-owl-48x48.png",
        "128": "img\/gray-owl-128.png"
    },
    "manifest_version": 2,
    "version": "0.21.2"
}