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ファイルをダウンロード
Productivity Beats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |