Focusalarm
An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds
Focusalarm란 무엇입니까?
Focusalarm은(는) yaeluria에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds"입니다.
확장 프로그램 스크린샷
Focusalarm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New Feature (October 2020): Set an alarm to go off a few seconds before the start of the session. This will only work if you have the Focusmate Dashboard (calendar) or the session window page open (It's fine if you are browsing other pages as long as it is open). Alarms before the end of the session: Set an alarm or multiple alarms to go off before the end of Focusmate sessions. This is a good way to to remind yourself the session is ending soon and give yourself an extra motivational boost to get as much done as possible until the end of the session. You can also use the time to get organized for the end of the session check-in with your partner. You can choose for it to go off 10 minutes, 2 minutes, 1 minute or 20 seconds before the end of the session as well as any combination of these ringing times. There are three sounds to choose from: a Bell, Bleat, and Chirp. Test them out! It is not advisable to use this extension during mic-on sessions as the sounds can distract your focusmate If the extension is not working properly or you have questions or suggestions please contact me at [email protected].
확장 프로그램 기본 정보
이름 | Focusalarm |
ID | ilcajdpmgfbeggnpffmohcopdgpcdndh |
공식 URL | https://chromewebstore.google.com/detail/focusalarm/ilcajdpmgfbeggnpffmohcopdgpcdndh |
설명 | An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds |
파일 크기 | 374 KB |
설치 횟수 | 1,249 |
현재 버전 | 5.0.0 |
최근 업데이트 | 2021-07-28 |
출시 날짜 | 2020-04-25 |
평점 | 4.48/5 총 23 개의 평점 |
개발자 | yaeluria |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yaeluria/Focusalarm |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focusalarm", "description": "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds", "version": "5.0.0", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "128": "bell-logo.png" }, "background": { "scripts": [ "app\/background.js" ] }, "content_security_policy": "script-src 'self' 'sha256-gv4sb4aapTzRqjrB5epKwDYwPiVoA\/DPgulijQJ\/sYA='; object-src 'self'", "permissions": [ "*:\/\/*.focusmate.com\/", "*:\/\/*.csb.app\/", "tabs", "storage", "activeTab" ] } |