Todo Lists Memo Sticky Note / Post It Notes
Transform your Chrome browser into an interactive board for your daily tasks and memos.
Vad är Todo Lists Memo Sticky Note / Post It Notes?
Todo Lists Memo Sticky Note / Post It Notes är en Chrome-tillägg utvecklad av GPTBLOX, och dess huvudfunktion är "Transform your Chrome browser into an interactive board for your daily tasks and memos.".
Tilläggsskärmbilder
Ladda ner Todo Lists Memo Sticky Note / Post It Notes-förlängningens CRX-fil
Ladda ner Todo Lists Memo Sticky Note / Post It Notes-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
With Todo Lists Memo Sticky Note, never miss out on important tasks or reminders. It serves as your personal sticky note board right within Chrome. Features: • Create new notes with a simple click. • Edit or delete notes with ease. • Notes are automatically saved and available across browser sessions. • Enjoy a colorful and intuitive design, with notes featuring random soft hues for a pleasant visual experience.
Grundläggande Information om Tillägg
Namn | Todo Lists Memo Sticky Note / Post It Notes |
ID | cblcaabagoijnfpiagcfiaalhmnimfpg |
Officiell webbadress | https://chromewebstore.google.com/detail/todo-lists-memo-sticky-no/cblcaabagoijnfpiagcfiaalhmnimfpg |
Beskrivning | Transform your Chrome browser into an interactive board for your daily tasks and memos. |
Filstorlek | 6.67 KB |
Antal Installationer | 65 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-09-19 |
Publiceringsdatum | 2023-09-18 |
Utvecklare | GPTBLOX |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Todo Lists Memo Sticky Note \/ Post It Notes", "version": "1.0.0", "description": "Transform your Chrome browser into an interactive board for your daily tasks and memos.", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |