Sourcetab: New Tab Dashboard
A material design dashboard for your browser's new tab page with widgets and settings.
Qu'est-ce que Sourcetab: New Tab Dashboard ?
Sourcetab: New Tab Dashboard est une extension Chrome développée par https://sourcetab.org, et sa fonction principale est "A material design dashboard for your browser's new tab page with widgets and settings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sourcetab: New Tab Dashboard
Téléchargez les fichiers d'extension Sourcetab: New Tab Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Sourcetab: New Tab Dashboard |
ID | akomlegpokabommpdjfmhnbdcnaefmdo |
URL Officiel | https://chromewebstore.google.com/detail/sourcetab-new-tab-dashboa/akomlegpokabommpdjfmhnbdcnaefmdo |
Description | A material design dashboard for your browser's new tab page with widgets and settings. |
Taille du Fichier | 511 KB |
Nombre d'Installations | 211 |
Version Actuelle | 3.3.0 |
Dernière Mise à Jour | 2023-04-24 |
Date de Publication | 2020-09-02 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://sourcetab.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sourcetab.org |
URL de la Page d'Aide | https://github.com/sourcetab/sourcetab |
Langues Prises en Charge | 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 } |