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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    ]
}