Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Cos'è Sticky Notes New Tab?
Sticky Notes New Tab è un'estensione di Chrome sviluppata da https://newtabthemebuilder.com, e la sua funzione principale è "Sticky Notes New Tab adds sticky notes to your new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sticky Notes New Tab
Scarica i file di estensione Sticky Notes New Tab 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
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.
Informazioni di Base sull'Estensione
Nome | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
URL Ufficiale | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
Descrizione | Sticky Notes New Tab adds sticky notes to your new tab page. |
Dimensione del File | 5.18 MB |
Conteggio Installazioni | 99 |
Versione Corrente | 2023.11.20.519 |
Ultimo Aggiornamento | 2023-11-21 |
Data di Pubblicazione | 2023-08-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://newtabthemebuilder.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |