Sourcetab: New Tab Dashboard

A material design dashboard for your browser's new tab page with widgets and settings.

¿Qué es Sourcetab: New Tab Dashboard?

Sourcetab: New Tab Dashboard es una extensión de Chrome desarrollada por https://sourcetab.org, y su función principal es "A material design dashboard for your browser's new tab page with widgets and settings.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sourcetab: New Tab Dashboard

Descarga archivos de extensión Sourcetab: New Tab Dashboard 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

                        Features:
- Multiple types of widgets to add to the dashboard and toolbar.
- Different alignments for widgets in the toolbar.
- Easily rearrange widgets through drag and drop while in edit mode.
- Many customizable options in the settings.
- Easy data management for backup and restoration later on.

Backgrounds:
- Solid color
- Lineage gradient
- Uploaded or URL-specified image/video
- Embedded website
- Embedded YouTube video

Widgets:
- Link (easily navigate to other websites)
- Clock (display the time/date)
- Note (record simple notes throughout the day)
- IFrame (embed other websites as a widget)                    

Información Básica de la Extensión

Nombre Sourcetab: New Tab Dashboard Sourcetab: New Tab Dashboard
ID akomlegpokabommpdjfmhnbdcnaefmdo
URL Oficial https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo
Descripción A material design dashboard for your browser's new tab page with widgets and settings.
Tamaño del Archivo 511 KB
Cantidad de Instalaciones 211
Versión Actual 3.3.0
Última Actualización 2023-04-24
Fecha de Publicación 2020-09-02
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://sourcetab.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sourcetab.org
URL de la Página de Ayuda https://github.com/sourcetab/sourcetab
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sourcetab: New Tab Dashboard",
    "short_name": "Sourcetab",
    "description": "A material design dashboard for your browser's new tab page with widgets and settings.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "19": ".\/icons\/19.png",
        "38": ".\/icons\/38.png",
        "48": ".\/icons\/48.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png",
        "300": ".\/icons\/300.png",
        "500": ".\/icons\/500.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "3.3.0",
    "manifest_version": 3
}