Auto Restore Pinned Tabs

Automatically restore pinned tabs on other windows at browser startup.

¿Qué es Auto Restore Pinned Tabs?

Auto Restore Pinned Tabs es una extensión de Chrome desarrollada por no.web.developer, y su función principal es "Automatically restore pinned tabs on other windows at browser startup.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto Restore Pinned Tabs

Descarga archivos de extensión Auto Restore Pinned Tabs 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

                        **Introduction**

This is a simple tool that automatically restore pinned tabs. 

When you exit the browser, the window that contains the pinned tabs is not the last to close, and the browser will not automatically restore the pinned tabs at startup. The tool handles this situation and automatically recovers the pinned tabs.

** Support **

The tool is open source based on MIT license. For more details and source code, see https://github.com/LightAPIs/auto-restore-pinned-tabs                    

Información Básica de la Extensión

Nombre Auto Restore Pinned Tabs Auto Restore Pinned Tabs
ID oodefhcgmkiccimbkkcjghejknagadho
URL Oficial https://chromewebstore.google.com/detail/auto-restore-pinned-tabs/oodefhcgmkiccimbkkcjghejknagadho
Descripción Automatically restore pinned tabs on other windows at browser startup.
Tamaño del Archivo 12.47 KB
Cantidad de Instalaciones 120
Versión Actual 0.1.0
Última Actualización 2023-01-08
Fecha de Publicación 2023-01-07
Desarrollador no.web.developer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/LightAPIs/auto-restore-pinned-tabs
URL de la Página de Ayuda https://github.com/LightAPIs/auto-restore-pinned-tabs
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Restore Pinned Tabs",
    "version": "0.1.0",
    "description": "Automatically restore pinned tabs on other windows at browser startup.",
    "homepage_url": "https:\/\/github.com\/LightAPIs\/auto-restore-pinned-tabs",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Auto Restore Pinned Tabs"
    },
    "permissions": [
        "sessions"
    ]
}