Wordtune Read: AI-powered Summary Tool

AI summarizer making every long story - short.

什麼是Wordtune Read: AI-powered Summary Tool?

Wordtune Read: AI-powered Summary Tool是由https://wordtune.com開發的Chrome擴展程式,該擴展的主要功能是“AI summarizer making every long story - short.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Wordtune Read: AI-powered Summary Tool擴展crx文件

下載Wordtune Read: AI-powered Summary Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ➡️ 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!                    

擴展基本資訊

名稱 Wordtune Read: AI-powered Summary Tool Wordtune Read: AI-powered Summary Tool
ID gnnhhfiajnkfjfnnojggfdlpjifhlmom
官方網址 https://chromewebstore.google.com/detail/wordtune-read-ai-powered/gnnhhfiajnkfjfnnojggfdlpjifhlmom
簡介 AI summarizer making every long story - short.
檔案大小 5.94 MB
安裝次數 138,802
目前版本 3.0.26
更新時間 2023-12-12
上架時間 2021-07-07
評分 3.08/5 共 53 次評分
開發者 https://wordtune.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.wordtune.com/read
隱私政策頁面URL https://www.wordtune.com/privacy-policy
支援的語言 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\/*"
        ]
    }
}