MultiView: Split Screen Tab Extension

> Overview Multiview is a transformative Chrome extension designed to revolutionise the way users interact with the web. By…

ما هو MultiView: Split Screen Tab Extension؟

MultiView: Split Screen Tab Extension هو إضافة Chrome تم تطويرها بواسطة https://plugna.com، والميزة الرئيسية لها هي "> Overview Multiview is a transformative Chrome extension designed to revolutionise the way users interact with the web. By…".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MultiView: Split Screen Tab Extension

قم بتنزيل ملفات الامتداد MultiView: Split Screen Tab Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        > Overview

Multiview is a transformative Chrome extension designed to revolutionise the way users interact with the web. By introducing a dynamic split-screen functionality directly within your browser, it offers unparalleled multitasking, research, and browsing efficiency.

> Core Features

Split-Screen Functionality: Seamlessly divide your browser tab into two or four independent sections. Each section functions as a standalone browser window, allowing you to view and interact with different websites simultaneously.

> Customizable Layouts

Choose between a dual-view or a quad-view layout to suit your specific task. Whether it's comparing products, conducting research, or keeping an eye on social feeds while working, our extension adapts to your needs.
Easy URL Management: Set and change the URLs in each split section with intuitive controls. Load your favorite websites, search results, or any URL you need without leaving the extension.

> Resizable Screens

Adjust the size of each screen segment with easy-to-use resizing tools. Optimize your view based on the content you're interacting with, ensuring you get the most out of your screen real estate.

> Session Memory

Thanks to the integrated storage permission, your customized layouts and URLs are remembered. Pick up right where you left off, saving you valuable time and enhancing productivity.

> User Experience

Intuitive Interface: Designed with simplicity and ease of use in mind, the extension's interface is clean, straightforward, and integrates seamlessly into your browsing experience.

> Seamless Integration

Works harmoniously with your existing Chrome setup. Enjoy a clutter-free experience that feels like a natural extension of your browser.

> Performance Optimized

Despite its powerful features, Multiview is lightweight and designed to maintain optimal browser performance.

> Privacy and Security

We prioritize your privacy and security. The extension does not collect personal data, and its functionality is transparent and user-centric. Host permissions are utilized responsibly, allowing the extension to function effectively while respecting user privacy and security.

> Ideal Use Cases

Professionals: Enhance productivity by managing multiple projects, tracking real-time data, or comparing information across different platforms.

Students and Researchers: Open academic resources, reference materials, and notes side by side for efficient studying and paper writing.

Casual Users: Stream a video, follow social media, shop online, and read news, all at the same time.

> Future Updates and Feedback

We are committed to continually improving Multiview. Future updates will include more customization options, enhanced performance, and new features based on user feedback.

> Support and Contact

For support, questions, or feedback, please contact us. We value your input and strive to make Multiview the best possible.

> Disclaimer

Please note that Multiview uses iframes to display content from various websites. Due to security policies set by some websites, our extension may not display all content as intended. This tool is particularly useful for users who have permissions to embed their own or specific websites. We are not responsible for any restrictions or limitations imposed by third-party websites on embedding their content. Users should ensure they have the right to display website content through iframes. Use Multiview at your own risk.                    

معلومات أساسية عن التمديد

الاسم MultiView: Split Screen Tab Extension MultiView: Split Screen Tab Extension
ID phhchccmfphkdkpfaghkcpmbakcbjmjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/multiview-split-screen-ta/phhchccmfphkdkpfaghkcpmbakcbjmjp
الوصف > Overview Multiview is a transformative Chrome extension designed to revolutionise the way users interact with the web. By…
حجم الملف 18.21 KB
عدد التثبيتات 507
النسخة الحالية 1.0
آخر تحديث 2023-11-26
تاريخ النشر 2023-11-26
تقييم 3.67/5 مجموع تقييمات 3
المطور https://plugna.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://plugna.com/multiview
عنوان صفحة المساعدة https://plugna.com/multiview
عنوان صفحة سياسة الخصوصية https://plugna.com/multiview/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MultiView: Split Screen Tab Extension",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}