Hotcho

Swap browser windows fast.

¿Qué es Hotcho?

Hotcho es una extensión de Chrome desarrollada por Toast, y su función principal es "Swap browser windows fast.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hotcho

Descarga archivos de extensión Hotcho en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Hotcho is a game-changing Chrome extension designed to enhance your browsing experience. Say goodbye to the chaos of managing multiple browser windows. With Hotcho, you can effortlessly save and swap browser windows with lightning speed, all while boosting your productivity.

Key Features:

1. Seamless Window Management: Hotcho simplifies the way you organize your browser windows. Quickly save your current browsing session with a single click, and easily switch between them whenever you need to access your favorite websites, research materials, or work-related tasks.

2. Boost Efficiency: We understand that time is precious, especially when you're working online. Hotcho is built to optimize your workflow, making you more efficient and focused on the tasks that matter most. No more searching through a cluttered tab bar!

3. Minimalistic User Interface: Hotcho stands out from the crowd with its sleek and intuitive user interface. We believe in keeping things simple and user-friendly. You'll love how easy it is to use Hotcho to manage your browser windows without any unnecessary distractions.

4. No Account Required: We respect your privacy. Hotcho is designed to work seamlessly without the need for any account creation. Your browsing sessions are stored locally, ensuring that your data remains secure and private.

5. Free to Use: Hotcho is completely free to use. We're committed to providing a top-notch window management solution without any hidden costs or subscriptions.

Experience the power of efficient browser window management with Hotcho. Download the extension today and take control of your online productivity. Say hello to a clutter-free, organized browsing experience!

Simplify. Organize. Hotcho.                    

Información Básica de la Extensión

Nombre Hotcho Hotcho
ID loladeppncadcmopekdhibpfchgnblbg
URL Oficial https://chromewebstore.google.com/detail/hotcho/loladeppncadcmopekdhibpfchgnblbg
Descripción Swap browser windows fast.
Tamaño del Archivo 1.49 MB
Cantidad de Instalaciones 108
Versión Actual 1.0.0
Última Actualización 2023-09-27
Fecha de Publicación 2023-09-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Toast
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://dotoast.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotcho",
    "description": "Swap browser windows fast.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    }
}