Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Qu'est-ce que Sticky Notes New Tab ?
Sticky Notes New Tab est une extension Chrome développée par https://newtabthemebuilder.com, et sa fonction principale est "Sticky Notes New Tab adds sticky notes to your new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sticky Notes New Tab
Téléchargez les fichiers d'extension Sticky Notes New Tab 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
The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.
Informations de Base sur l'Extension
Nom | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
URL Officiel | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
Description | Sticky Notes New Tab adds sticky notes to your new tab page. |
Taille du Fichier | 5.18 MB |
Nombre d'Installations | 99 |
Version Actuelle | 2023.11.20.519 |
Dernière Mise à Jour | 2023-11-21 |
Date de Publication | 2023-08-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://newtabthemebuilder.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticky Notes New Tab", "description": "Sticky Notes New Tab adds sticky notes to your new tab page.", "version": "2023.11.20.519", "manifest_version": 3, "offline_enabled": true, "icons": { "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |