Essence - distill and collect information

Useful & structured AI summaries, question-answering, notes and workflow integration

Essence - distill and collect information là gì?

Essence - distill and collect information là một tiện ích mở rộng Chrome được phát triển bởi https://essence.fyi, và tính năng chính của nó là "Useful & structured AI summaries, question-answering, notes and workflow integration".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Essence - distill and collect information

Tải xuống các tệp mở rộng Essence - distill and collect information dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Essentially, a browser "research" co-pilot. Reading an academic paper? Planning your next vacation? Analyzing a business or a company? Sifting through webpages looking for information, manually copying it elsewhere?

Check out Essence, the ultimate tool for interactive summarization and note-taking using advanced AI models. Core features:

💡 Process any webpage into a structured summary in one of our processing styles (Travel, Business Analytics, Scientific Papers, Generic, Bullet Points, Explain and Table). No need to settle for only generic summaries.
💡 Ask questions about the page!
💡 Export everything to spreadsheets or Notion.

Other features:
⚙ Process highlighted text.
⚙ Supporting PDF formats.
⚙ Mini ChatGPT built-in: start your questions with "/chat" and it will act as a chat bot with no regard to the current page (but with regard to previous questions).
⚙ Supporting offline files: make sure to allow offline files through "Manage Extension".
⚙ Save session to custom dividers in-app.
⚙ Edit the summaries, adding your own notes.
⚙ Auto-open and auto-process pages.
⚙ Summarize Twitter threads (on original author's tweet).
⚙ Youtube summaries

Join our beta today and revolutionize the way you research and take notes. It's currently free!

Send us your feedback via the About page.

Privacy statement: We do not pass or sell any data to third parties. Passwords are not stored. We only inspect queries which have been flagged as good or bad. Only pages requested for Processing are sent to the server. The app does not access any information beyond the current page. We cache only public pages with no personal information, i.e. ones which were accessed directly by the server, not from the user-side. See also essence.fyi/privacy                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Essence - distill and collect information Essence - distill and collect information
ID agokfbniiemgojbmdbhijmhfppgeaeal
URL Chính Thức https://chromewebstore.google.com/detail/essence-distill-and-colle/agokfbniiemgojbmdbhijmhfppgeaeal
Mô tả Useful & structured AI summaries, question-answering, notes and workflow integration
Kích Thước Tệp 480 KB
Số Lần Cài Đặt 259
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2023-03-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://essence.fyi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://essence.fyi
URL Trang Trợ Giúp https://www.youtube.com/watch?v=EGK6ic3eovg
URL Trang Chính Sách Bảo Mật https://essence.fyi/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Essence",
    "name": "Essence - distill and collect information",
    "description": "Useful & structured AI summaries, question-answering, notes and workflow integration",
    "author": "Essence",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "version": "0.7",
    "manifest_version": 3,
    "icons": {
        "16": "app\/logonew.png",
        "48": "app\/logonew.png",
        "128": "app\/logonew.png"
    },
    "background": {
        "service_worker": "app\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/css\/content.css",
                "\/static\/media\/*",
                "app\/query-pdf.js",
                "app\/contentscript_main-compiled.js",
                "app\/query-pdf-key.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}