Task Manager
A simple task manager to use with chrome
Task Manager란 무엇입니까?
Task Manager은(는) shuleiwang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple task manager to use with chrome"입니다.
확장 프로그램 스크린샷
Task Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Task Manager Chrome Extension - Effortless Task Tracking While You Browse Summary: Introducing Task Manager, a user-friendly Chrome extension designed to streamline your task management experience while seamlessly integrating into your web browsing routine. With an intuitive interface and essential features, Task Manager empowers you to effortlessly create, track, and organize your to-do list without disrupting your online workflow. Whether you're a multitasking professional or a student juggling assignments, Task Manager ensures you stay on top of your tasks right from your browser. Key Features: 1. **Quick Task Creation:** With the "New Item" button, adding tasks to your list is a breeze. Just a click away, you can instantly create new task items without leaving your current tab, making sure no task goes unnoticed. 2. **Efficient Task Monitoring:** Keep track of your progress with the click of a button. Mark tasks as complete using the ✅ icon, which visually strikes through the task text, giving you a clear view of your accomplishments. 3. **Easy Deletion:** For tasks you no longer need, simply hit the 🗑️ icon to delete them. Maintaining a clutter-free list is as straightforward as removing the completed or irrelevant tasks. 4. **Automatic Data Persistence:** Say goodbye to the fear of losing your task list. Task Manager automatically saves your created items whenever you refresh your browser or close and reopen it, ensuring your progress is never lost. 5. **Seamless Multitasking:** The true power of Task Manager lies in its ability to complement your browsing tasks. You can manage your to-do list while researching, shopping, or working on other browser tabs, maintaining a productive balance. 6. **Intuitive User Interface:** Task Manager's minimalistic design guarantees an intuitive experience. The interface focuses on your tasks, making it easy to navigate and manage without any unnecessary distractions. 7. **User-Friendly Functionality:** Task Manager is designed with simplicity in mind. No complex settings or configurations are required—just install and start managing tasks right away. Experience the convenience of Task Manager as it transforms your Chrome browser into a powerful task management tool. Create, complete, and stay organized with just a few clicks.
확장 프로그램 기본 정보
이름 | |
ID | bbmdbpbebindikbjljigphjdmickgnah |
공식 URL | https://chromewebstore.google.com/detail/task-manager/bbmdbpbebindikbjljigphjdmickgnah |
설명 | A simple task manager to use with chrome |
파일 크기 | 11.76 KB |
설치 횟수 | 264 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-08-22 |
출시 날짜 | 2023-08-22 |
개발자 | shuleiwang |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/6d46988e-ddaf-42a8-9ca4-5b6e42dfb65d |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Manager", "version": "1.0.0", "description": "A simple task manager to use with chrome", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Task Manager", "default_popup": "popout.html" }, "manifest_version": 3 } |