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
Eメール [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\/*"
    ]
}