Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
Vad är Sticky Notes New Tab?
Sticky Notes New Tab är en Chrome-tillägg utvecklad av https://newtabthemebuilder.com, och dess huvudfunktion är "Sticky Notes New Tab adds sticky notes to your new tab page.".
Tilläggsskärmbilder
Ladda ner Sticky Notes New Tab-förlängningens CRX-fil
Ladda ner Sticky Notes New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
Officiell webbadress | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
Beskrivning | Sticky Notes New Tab adds sticky notes to your new tab page. |
Filstorlek | 5.18 MB |
Antal Installationer | 99 |
Aktuell Version | 2023.11.20.519 |
Senast Uppdaterad | 2023-11-21 |
Publiceringsdatum | 2023-08-17 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://newtabthemebuilder.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |