Wordtune Read: AI-powered Summary Tool

AI summarizer making every long story - short.

Wordtune Read: AI-powered Summary Tool là gì?

Wordtune Read: AI-powered Summary Tool là một tiện ích mở rộng Chrome được phát triển bởi https://wordtune.com, và tính năng chính của nó là "AI summarizer making every long story - short.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordtune Read: AI-powered Summary Tool

Tải xuống các tệp mở rộng Wordtune Read: AI-powered Summary Tool 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

                        ➡️ Important: The Wordtune Read extension will soon be retiring. Please use our new extension instead. Our new and improved extension has all the features you love. Look for "Wordtune: Generative AI productivity platform" in the Chrome Store. You can continue to enjoy enhanced Wordtune Read experience by downloading and replacing the extension with the updated version.

🔗 Link to the new extension - https://chromewebstore.google.com/detail/wordtune-generative-ai-pr/nllcnknpjnininklegdoijpljgdjkijc

-----------------------------------------------------------------


Summarize anything on the web so you can understand more, faster - PDF files, online articles, and even videos 🤯

Wordtune Read simplifies complex documents, articles, or blogs into bite-sized summaries to help you focus on the most critical information. Let A.I. do the heavy lifting; Wordtune filters out the extra fluff so you can focus on what’s important.

🧠 Understand more - streamline your reading with key-point summaries

⏳ Save time - key points are highlighted so you can learn more and dive deeper

👩‍🔬 Optimize your efforts - quickly decipher the main points of your documents to pivot your research

Just open the extension when reading an article to get the key-points right next to the site!


Happy reading!                    

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

Tên Wordtune Read: AI-powered Summary Tool Wordtune Read: AI-powered Summary Tool
ID gnnhhfiajnkfjfnnojggfdlpjifhlmom
URL Chính Thức https://chromewebstore.google.com/detail/wordtune-read-ai-powered/gnnhhfiajnkfjfnnojggfdlpjifhlmom
Mô tả AI summarizer making every long story - short.
Kích Thước Tệp 5.94 MB
Số Lần Cài Đặt 138,802
Phiên Bản Hiện Tại 3.0.26
Cập Nhật Lần Cuối 2023-12-12
Ngày Phát Hành 2021-07-07
Đánh Giá 3.08/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://wordtune.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wordtune.com/read
URL Trang Chính Sách Bảo Mật https://www.wordtune.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.26",
    "description": "AI summarizer making every long story - short.",
    "icons": {
        "48": "media\/logo-48.png",
        "128": "media\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "media\/OpenSans.css",
                "media\/SofiaPro.css",
                "media\/Inter.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.wordtune.com\/*"
    ],
    "action": {
        "default_icon": {
            "48": "media\/logo-48-g.png"
        },
        "default_title": "Summarize with Wordtune Read"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "media\/*.png",
                "media\/*.woff",
                "media\/*.woff2",
                "media\/*.css",
                "media\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "name": "Wordtune Read: AI-powered Summary Tool",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.wordtune.com\/*",
            "https:\/\/www.wordtune.com\/*"
        ]
    }
}