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 هو إضافة Chrome تم تطويرها بواسطة https://storywiz.io، والميزة الرئيسية لها هي "Storywiz instantly converts any text articles into immersive visual Stories and bite-sized AI Summaries.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Storywiz: AI Reading Assistant

قم بتنزيل ملفات الامتداد Storywiz: AI Reading Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة https://www.storywiz.io/faq
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}