Limits
Specify daily limits for sites you waste too much time on
Limitsとは何ですか?
Limitsは2mattoによって開発されたChromeの拡張機能で、その主な機能は「Specify daily limits for sites you waste too much time on」です。
拡張機能のスクリーンショット
Limits拡張機能のCRXファイルをダウンロード
Limits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter. Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time. Use regular expressions to define more complex limits.
拡張機能の基本情報
名前 | Limits |
ID | pilkecnaknpbllkhjcdfghagdfbdgeon |
公式URL | https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon |
説明 | Specify daily limits for sites you waste too much time on |
ファイルサイズ | 25.83 KB |
インストール数 | 210 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2019-04-05 |
公開日 | 2019-04-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | 2matto |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Limits", "short_name": "Limits", "version": "0.0.0.4", "description": "Specify daily limits for sites you waste too much time on", "icons": { "128": "Limits-128.png", "512": "Limits-512.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "Limits-128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |