Sourcetab: New Tab Dashboard

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

Cos'è Sourcetab: New Tab Dashboard?

Sourcetab: New Tab Dashboard è un'estensione di Chrome sviluppata da https://sourcetab.org, e la sua funzione principale è "A material design dashboard for your browser's new tab page with widgets and settings.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sourcetab: New Tab Dashboard

Scarica i file di estensione Sourcetab: New Tab Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Sourcetab: New Tab Dashboard Sourcetab: New Tab Dashboard
ID akomlegpokabommpdjfmhnbdcnaefmdo
URL Ufficiale https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo
Descrizione A material design dashboard for your browser's new tab page with widgets and settings.
Dimensione del File 511 KB
Conteggio Installazioni 211
Versione Corrente 3.3.0
Ultimo Aggiornamento 2023-04-24
Data di Pubblicazione 2020-09-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://sourcetab.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sourcetab.org
URL della Pagina di Aiuto https://github.com/sourcetab/sourcetab
Lingue Supportate 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
}