Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Wat is Sticky Notes New Tab?
Sticky Notes New Tab is een Chrome-extensie ontwikkeld door https://newtabthemebuilder.com, en de belangrijkste functie is "Sticky Notes New Tab adds sticky notes to your new tab page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sticky Notes New Tab
Download Sticky Notes New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
Officiële URL | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
Beschrijving | Sticky Notes New Tab adds sticky notes to your new tab page. |
Bestandsgrootte | 5.18 MB |
Aantal Installaties | 99 |
Huidige Versie | 2023.11.20.519 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2023-08-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://newtabthemebuilder.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |