Storywiz: AI Reading Assistant

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

O que é Storywiz: AI Reading Assistant?

Storywiz: AI Reading Assistant é uma extensão do Chrome desenvolvida por https://storywiz.io, e sua principal característica é "Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Storywiz: AI Reading Assistant

Baixe arquivos de extensão Storywiz: AI Reading Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Storywiz: AI Reading Assistant Storywiz: AI Reading Assistant
ID aejadpineckaeejjgcolffhcklckfclh
URL Oficial https://chromewebstore.google.com/detail/storywiz-ai-reading-assis/aejadpineckaeejjgcolffhcklckfclh
Descrição Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.
Tamanho do Arquivo 128 KB
Contagem de Instalações 96
Versão Atual 1.7.1
Última Atualização 2023-07-16
Data de Publicação 2023-07-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://storywiz.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.storywiz.io/
URL da Página de Ajuda https://www.storywiz.io/faq
URL da Página de Política de Privacidade https://storywiz.io/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}