Simple Interval/Timer
Set reminders for tasks.
Simple Interval/Timer란 무엇입니까?
Simple Interval/Timer은(는) sales.tabsgi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set reminders for tasks."입니다.
확장 프로그램 스크린샷
Simple Interval/Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple Interval/Timer: Your Ultimate Task Reminder Extension
Are you looking for a quick and efficient way to manage your tasks and stay on top of your schedule right from your Chrome browser? Look no further! Introducing "Simple Interval/Timer," your ultimate task reminder extension.
Key Features:
✅ Effortless Task Scheduling: With Simple Interval/Timer, you can easily schedule tasks and set up reminders for important deadlines, meetings, or daily to-dos. Stay organized and never miss a beat.
✅ Interval Timers: Need a countdown timer for your work or study sessions? Simple Interval/Timer has got you covered. Set timers with ease to help you stay focused and productive.
✅ Sleek and User-Friendly: Our extension boasts a clean and intuitive interface, making it a breeze to navigate and set up reminders, even for those new to task management.
✅ Stay Productive on Chrome: Simple Interval/Timer seamlessly integrates with your Chrome browser, ensuring that your task reminders are always just a click away, whether you're browsing the web or working on a project.
How to Use:
Install the Simple Interval/Timer extension from the Chrome Web Store.
Click the extension icon in your browser to access the easy-to-use interface.
Create tasks, set intervals, and customize your reminders.
Sit back, relax, and let Simple Interval/Timer keep you on track and productive.
Never Miss a Deadline Again!
Say goodbye to forgotten tasks and missed deadlines. Simple Interval/Timer is here to empower you to take control of your schedule and make the most out of your time. 확장 프로그램 기본 정보
| 이름 | |
| ID | omjopahblpenobdolgaaikhjdhleladb |
| 공식 URL | https://chromewebstore.google.com/detail/simple-intervaltimer/omjopahblpenobdolgaaikhjdhleladb |
| 설명 | Set reminders for tasks. |
| 파일 크기 | 166 KB |
| 설치 횟수 | 18 |
| 현재 버전 | 1.0 |
| 최근 업데이트 | 2023-10-11 |
| 출시 날짜 | 2023-10-10 |
| 평점 | 5.00/5 총 1 개의 평점 |
| 개발자 | sales.tabsgi |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 개인정보 보호 정책 페이지 URL | http://www.tabsgi.com/terms/privacypolicy.html |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Simple Interval\/Timer",
"version": "1.0",
"description": "Set reminders for tasks.",
"permissions": [
"notifications",
"alarms"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": []
} | |