Back To Work!

Display a notification on selected websites to remind you to get back to work.

什么是Back To Work!?

Back To Work!是由rhnvrm开发的Chrome扩展程序,该扩展的主要功能是“Display a notification on selected websites to remind you to get back to work.”。

扩展截图

screenshot

下载Back To Work!扩展crx文件

下载Back To Work!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Display a small notification on selected websites to remind you to get back to work. 

It's OpenSource Too! You can contribute to the extension with your ideas and code at https://github.com/rhnvrm/back2work                    

扩展基本信息

名称 Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
官方URL https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
简介 Display a notification on selected websites to remind you to get back to work.
文件大小 1.66 MB
安装次数 38
当前版本 0.0.3
更新时间 2016-04-02
上架时间 2016-04-02
评分 4.33/5 共3次评分
开发者 rhnvrm
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Back To Work!",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "author": "Rohan Verma (rhnvrm) ",
    "homepage_url": "http:\/\/rohanverma.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/assets\/sounds\/*"
    ]
}