Storywiz: AI Reading Assistant

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

Co to jest Storywiz: AI Reading Assistant?

Storywiz: AI Reading Assistant to rozszerzenie Chrome opracowane przez https://storywiz.io, a jego główną funkcją jest „Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Storywiz: AI Reading Assistant

Pobierz pliki rozszerzeń Storywiz: AI Reading Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Storywiz: AI Reading Assistant Storywiz: AI Reading Assistant
ID aejadpineckaeejjgcolffhcklckfclh
Oficjalny URL https://chromewebstore.google.com/detail/storywiz-ai-reading-assis/aejadpineckaeejjgcolffhcklckfclh
Opis Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.
Rozmiar pliku 128 KB
Liczba instalacji 96
Aktualna Wersja 1.7.1
Ostatnia Aktualizacja 2023-07-16
Data Publikacji 2023-07-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://storywiz.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.storywiz.io/
Adres URL Strony Pomocy https://www.storywiz.io/faq
Adres URL Strony Polityki Prywatności https://storywiz.io/privacy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}