Spatio Stopwatch & Timer Extension
Spatio Chrome Extension
Spatio Stopwatch & Timer Extension란 무엇입니까?
Spatio Stopwatch & Timer Extension은(는) Vinicius Araujo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spatio Chrome Extension"입니다.
확장 프로그램 스크린샷
Spatio Stopwatch & Timer Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing: Spatio Chrome Extension – Your Dual Time Tracker! ⏱️
Unleash the power of precise timing right in your browser! Whether you’re counting up the moments with a stopwatch or counting down to the next big event with a timer, Spatio has got you covered.
🌟 Dazzling Dual Features:
🕒 Stopwatch: Capture moments with seconds accuracy. Record laps or measure intervals effortlessly.
⏲️ Timer: Set it, and forget it! You can set your timer and do the work!
🎨 Intuitive Interface: Juggle between stopwatch and timer modes with just a single click.
Time is a luxury; don't let it slip away. Download your Chrome experience and never lose track of time again with Spatio. Perfect for multitaskers, productivity enthusiasts, and everyone in between.
Spatio - Easy and Free Productivity 🚀 Install now! 확장 프로그램 기본 정보
| 이름 | |
| ID | mompiecabddeaogfabickfokcianmckn |
| 공식 URL | https://chromewebstore.google.com/detail/spatio-stopwatch-timer-ex/mompiecabddeaogfabickfokcianmckn |
| 설명 | Spatio Chrome Extension |
| 파일 크기 | 402 KB |
| 설치 횟수 | 12,257 |
| 현재 버전 | 1.2.0 |
| 최근 업데이트 | 2023-08-15 |
| 출시 날짜 | 2019-08-19 |
| 평점 | 3.79/5 총 14 개의 평점 |
| 개발자 | Vinicius Araujo |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Spatio Stopwatch & Timer Extension",
"description": "Spatio Chrome Extension",
"version": "1.2.0",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon-16.png"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png"
},
"permissions": [
"storage"
]
} | |