Thinktab

Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.

¿Qué es Thinktab?

Thinktab es una extensión de Chrome desarrollada por thinktabextdeveloper, y su función principal es "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thinktab

Descarga archivos de extensión Thinktab 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

                        Thinktab allow user to customize new tab with unlimited shortcut URLs and background images with cropping tool and image setting. You can change the images size and create customized new tab background images of family friends and things you like, including creating favorite links.
By clicking "Add to chrome", I accept and agree to installing Thinktab extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://www.thinktabext.com/privacy.html
EULA: https://www.thinktabext.com/eula.html                    

Información Básica de la Extensión

Nombre Thinktab Thinktab
ID bdicbodmbnjojjhjhpblokklbohbcngk
URL Oficial https://chrome.google.com/webstore/detail/thinktab/bdicbodmbnjojjhjhpblokklbohbcngk
Descripción Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.
Tamaño del Archivo 2.27 MB
Cantidad de Instalaciones 6,000
Versión Actual 1.11
Última Actualización 2022-07-21
Fecha de Publicación 2022-05-17
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador thinktabextdeveloper
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.thinktabext.com/
URL de la Página de Ayuda https://www.thinktabext.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thinktab",
    "description": "Thinktab allow user to customize chrome new tab with unlimited shortcut urls and background images.",
    "version": "1.11",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to show the popup to add or remove the current url from shortcut."
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}