Storywiz: AI Reading Assistant

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

Storywiz: AI Reading Assistant là gì?

Storywiz: AI Reading Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://storywiz.io, và tính năng chính của nó là "Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.".

Ả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 Storywiz: AI Reading Assistant

Tải xuống các tệp mở rộng Storywiz: AI Reading Assistant 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

                        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]                    

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

Tên Storywiz: AI Reading Assistant Storywiz: AI Reading Assistant
ID aejadpineckaeejjgcolffhcklckfclh
URL Chính Thức https://chromewebstore.google.com/detail/storywiz-ai-reading-assis/aejadpineckaeejjgcolffhcklckfclh
Mô tả Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2023-07-16
Ngày Phát Hành 2023-07-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://storywiz.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.storywiz.io/
URL Trang Trợ Giúp https://www.storywiz.io/faq
URL Trang Chính Sách Bảo Mật https://storywiz.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}