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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |