Productivity Beats
Block time consuming sites and listen to your favorite beats while focusing on your work.
Productivity Beats란 무엇입니까?
Productivity Beats은(는) productivitybeats.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block time consuming sites and listen to your favorite beats while focusing on your work."입니다.
확장 프로그램 스크린샷
Productivity Beats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Set up the amount of time you want to be focusing on your work versus the time you want a break. The scheduler repeats this process until you're done. Upload your favorite music in the browser, and it will automatically play while you work. This add-on will save you lots of time by balancing study and leisure! I'm open to any comments or suggestions.
확장 프로그램 기본 정보
이름 | Productivity Beats |
ID | mgijflbgfkdcdhonodjhpigemiphdhkc |
공식 URL | https://chromewebstore.google.com/detail/productivity-beats/mgijflbgfkdcdhonodjhpigemiphdhkc |
설명 | Block time consuming sites and listen to your favorite beats while focusing on your work. |
파일 크기 | 616 KB |
설치 횟수 | 98 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2022-01-06 |
출시 날짜 | 2016-09-19 |
개발자 | productivitybeats.io |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Beats", "description": "Block time consuming sites and listen to your favorite beats while focusing on your work.", "version": "0.2.1", "browser_action": { "default_icon": { "38": "images\/icon38.png" } }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ] } |