Storywiz: AI Reading Assistant

Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.

什麼是Storywiz: AI Reading Assistant?

Storywiz: AI Reading Assistant是由https://storywiz.io開發的Chrome擴展程式,該擴展的主要功能是“Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Storywiz: AI Reading Assistant擴展crx文件

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

擴展使用說明

                        Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries so you can get through the information faster, and thoroughly enjoy your reading process. 

Use the free Storywiz Chrome Extension to get visual stories and summaries for any text articles you read online, within seconds.

⭐ Key Features ⭐
Here are the top features offered by the Storywiz extension powered by AI:

1️⃣ Captivating Visual stories from text articles
Convert any traditional text article into a visually-stunning social story format that we all enjoy. The combination of text and visuals has been proven to help retain information. We used that concept, powered by AI, to help our users read through lengthy articles within seconds with stories. Immerse into your reading with our innovative visual stories.

2️⃣ High quality AI-powered summary from stories
Instead of struggling to stay focused on long paragraphs, get a bite-sized summary and gain information faster. The AI summaries will get rid of the fluff so you can focus on reading the information that really matters. It’s like your own reading assistant that summarizes articles for you so you can read faster and read more.

3️⃣ Truly enjoyable and productive reading experience
Save hundreds of hours every year while reading online by absorbing information faster and more effectively through a combination of AI summaries and visual stories. The visually stunning stories allow you to immerse in the content and truly enjoy your reading experience, while also saving a lot of reading time. 

⭐ Benefits of using Storywiz ⭐ 
✅ Boost your reading productivity by gaining key information faster
✅ Have a more enjoyable reading experience with visual stories
✅ Efficient reading with bite-sized and high-quality AI summaries
✅ Gain productivity and save hundreds of hours every year in online reading
✅ Skip the clutter of poor website experience and focus on the content
✅ Stay ahead in your field by effortlessly consuming information faster

🏁 Steps to Get Started
1️⃣ Hit the "Add to Chrome" button at the upper right corner and Install extension
2️⃣ Signup for Storywiz account, if you haven’t already, and log in to the Storywiz site
3️⃣ Click the Storywiz bubble on the bottom-right of any article page and view AI story

ℹ️ FAQ (Frequently Asked Questions):
🤔 Does Storywiz offers a free plan?
👉 Yes, you can sign up for Storywiz Starter plan without adding card details and it offers 20 story credits for free.

🤔  How do I use the Storywiz Chrome Extension?
👉 Simply install the Chrome extension and pin it on your browser toolbar. On every article page you’ll see the Storywiz bubble on bottom-right section of the page. Simply click on it and use the extension

🤔 Why is the extension asking for all websites permission?
👉 Storywiz extension processes the articles and stories in your browser to generate the visual story and AI summary. In order to do this it needs access to the page URL and content. That’s why the extension needs access to all website permission, so that it works seamlessly on any website.

🤔 Do you collect any data?
👉 No, we do not collect any user data or analytics from the Chrome extension. The extension does not have access to any of your personal data saved in your browser.

🤔 Storywiz extension is not working for me, what should I do?
👉 Storywiz extension works best on web page with articles, stories, and longer text content. Sometimes, the web page may obstruct seamless working of the extension and in most cases re-opening the webpage in your browser will solve the issue. If you face any issues while using Storywiz, feel free to write to us through feedback form on the web app or write to us at [email protected]                    

擴展基本資訊

名稱 Storywiz: AI Reading Assistant Storywiz: AI Reading Assistant
ID aejadpineckaeejjgcolffhcklckfclh
官方網址 https://chromewebstore.google.com/detail/storywiz-ai-reading-assis/aejadpineckaeejjgcolffhcklckfclh
簡介 Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.
檔案大小 128 KB
安裝次數 96
目前版本 1.7.1
更新時間 2023-07-16
上架時間 2023-07-14
評分 5.00/5 共 2 次評分
開發者 https://storywiz.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.storywiz.io/
說明頁面URL https://www.storywiz.io/faq
隱私政策頁面URL https://storywiz.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Storywiz: AI Reading Assistant",
    "description": "Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.",
    "version": "1.7.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "action": {
        "default_icon": ".\/img\/icon.png",
        "default_title": "Storywiz"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "readability.js",
                "purify.min.js"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "font.css",
                "readability.js",
                "purify.min.js",
                "img\/visual-story.png",
                "img\/logo.png",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}