Stay focused
Get a reminder to stay on task when you open a new tab to procrastinate.
Stay focusedとは何ですか?
Stay focusedはhttps://paulspelman.comによって開発されたChromeの拡張機能で、その主な機能は「Get a reminder to stay on task when you open a new tab to procrastinate.」です。
拡張機能のスクリーンショット
Stay focused拡張機能のCRXファイルをダウンロード
Stay focused拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you! Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work. // If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!
拡張機能の基本情報
名前 | Stay focused |
ID | hdapgldmkapoplmijdlennaekoaaekcn |
公式URL | https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn |
説明 | Get a reminder to stay on task when you open a new tab to procrastinate. |
ファイルサイズ | 33.63 KB |
インストール数 | 91 |
現在のバージョン | 1.0 |
最終更新日 | 2019-06-28 |
公開日 | 2019-06-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://paulspelman.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stay focused", "description": "Get a reminder to stay on task when you open a new tab to procrastinate.", "version": "1.0", "author": "Paul Spelman", "browser_action": { "default_icon": "favicon-128.png", "default_title": "Stay focused" }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "96": "favicon-96x96.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |