Screentime
To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames
Screentimeとは何ですか?
ScreentimeはFemi Oladejiによって開発されたChromeの拡張機能で、その主な機能は「To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames」です。
拡張機能のスクリーンショット
Screentime拡張機能のCRXファイルをダウンロード
Screentime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension allows you to control how much time you spend on popular social media sites and entertainment sites. You can specify how many minutes in a day you want to use on each site and once you've gotten to the limit, you won't be able to access the site. Time frames can be specified for when you want the sites to be inaccessible for each day of the week. You can also add or remove sites.
拡張機能の基本情報
名前 | Screentime |
ID | ofmanejijbcohgebmdfacglmhemiifca |
公式URL | https://chromewebstore.google.com/detail/screentime/ofmanejijbcohgebmdfacglmhemiifca |
説明 | To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames |
ファイルサイズ | 1.62 MB |
インストール数 | 20,000 |
現在のバージョン | 5.0.8 |
最終更新日 | 2023-12-11 |
公開日 | 2020-06-21 |
評価 | 4.07/5 合計 44 レビュー |
開発者 | Femi Oladeji |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/femioladeji/screentime |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screentime", "description": "To keep track and manage your time on sites that reduce productivity. You can set the number of minutes you want and time frames", "short_name": "screentime", "version": "5.0.8", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background\/main.js" }, "permissions": [ "storage", "notifications", "tabs", "alarms" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "index.html", "default_icon": "images\/icon_128.png" } } |