Sourcetab: New Tab Dashboard

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

Was ist Sourcetab: New Tab Dashboard?

Sourcetab: New Tab Dashboard ist eine Chrome-Erweiterung, die von https://sourcetab.org entwickelt wurde, und ihr Hauptmerkmal ist "A material design dashboard for your browser's new tab page with widgets and settings.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Sourcetab: New Tab Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sourcetab: New Tab Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Sourcetab: New Tab Dashboard Sourcetab: New Tab Dashboard
ID akomlegpokabommpdjfmhnbdcnaefmdo
Offizielle URL https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo
Beschreibung A material design dashboard for your browser's new tab page with widgets and settings.
Dateigröße 511 KB
Installationsanzahl 211
Aktuelle Version 3.3.0
Letztes Update 2023-04-24
Veröffentlichungsdatum 2020-09-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://sourcetab.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sourcetab.org
Hilfeseite URL https://github.com/sourcetab/sourcetab
Unterstützte Sprachen 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
}