7todos
7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.
什麼是7todos?
7todos是由https://7todos.com開發的Chrome擴展程式,該擴展的主要功能是“7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.”。
擴展截圖
下載7todos擴展crx文件
下載7todos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The 7todos extension to the web app. Use the 7todos extension to to easily access your tasks within your browser. Have your tasks on where you need them the most and get reminded what to focus on. Your todos are synced with your account and across all your devices. The extension will appear as the new tab so you will get reminded about your daily tasks!
擴展基本資訊
名稱 | 7todos |
ID | mbbameonggagoaheffmijjpkebmelemi |
官方網址 | https://chromewebstore.google.com/detail/7todos/mbbameonggagoaheffmijjpkebmelemi |
簡介 | 7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks. |
檔案大小 | 857 KB |
安裝次數 | 187 |
目前版本 | 3.0.2 |
更新時間 | 2024-02-05 |
上架時間 | 2021-05-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://7todos.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://7todos.com |
隱私政策頁面URL | https://www.7todos.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "7todos", "description": "7todos is the only task management board that is NOT overwhelming AND still powerful enough so you can stay on top of your tasks.", "version": "3.0.2", "action": { "default_popup": "src\/popup\/popup.html" }, "background": { "service_worker": "assets\/background.js", "type": "module" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "chrome_url_overrides": { "newtab": "src\/popup\/popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |