Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Was ist Sticky Notes New Tab?
Sticky Notes New Tab ist eine Chrome-Erweiterung, die von https://newtabthemebuilder.com entwickelt wurde, und ihr Hauptmerkmal ist "Sticky Notes New Tab adds sticky notes to your new tab page.".
Erweiterungsscreenshots
Sticky Notes New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sticky Notes New Tab-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | llokcoejiedkbcibibhhefbcmdhcahdd |
| Offizielle URL | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
| Beschreibung | Sticky Notes New Tab adds sticky notes to your new tab page. |
| Dateigröße | 5.18 MB |
| Installationsanzahl | 99 |
| Aktuelle Version | 2023.11.20.519 |
| Letztes Update | 2023-11-21 |
| Veröffentlichungsdatum | 2023-08-17 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://newtabthemebuilder.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |