Todo Lists Memo Sticky Note / Post It Notes
Transform your Chrome browser into an interactive board for your daily tasks and memos.
什么是Todo Lists Memo Sticky Note / Post It Notes?
Todo Lists Memo Sticky Note / Post It Notes是由GPTBLOX开发的Chrome扩展程序,该扩展的主要功能是“Transform your Chrome browser into an interactive board for your daily tasks and memos.”。
扩展截图
下载Todo Lists Memo Sticky Note / Post It Notes扩展crx文件
下载Todo Lists Memo Sticky Note / Post It Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Todo Lists Memo Sticky Note / Post It Notes |
ID | cblcaabagoijnfpiagcfiaalhmnimfpg |
官方URL | https://chromewebstore.google.com/detail/todo-lists-memo-sticky-no/cblcaabagoijnfpiagcfiaalhmnimfpg |
简介 | Transform your Chrome browser into an interactive board for your daily tasks and memos. |
文件大小 | 6.67 KB |
安装次数 | 65 |
当前版本 | 1.0.0 |
更新时间 | 2023-09-19 |
上架时间 | 2023-09-18 |
开发者 | GPTBLOX |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |