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
官方網址 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\/*"
    ]
}