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. 擴展基本資訊
| 名稱 | |
| ID | cblcaabagoijnfpiagcfiaalhmnimfpg |
| 官方網址 | 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"
}
} | |