Tiny Break

Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.

什么是Tiny Break?

Tiny Break是由snarklin开发的Chrome扩展程序,该扩展的主要功能是“Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.”。

扩展截图

screenshot
screenshot

下载Tiny Break扩展crx文件

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

扩展使用说明

                        Tiny Break is a Google Chrome extension created to take care of you while you work on the computer.
We often get so absorbed in work or even in browsing the internet that we forget about the little things like breathing deeply, stretching the body or drinking water to start with.
Tiny Break uses those short moments when you open a new tab in the browser to remind you to take care of your mind, body and spirit. It remembers all those small activities which are good for you and it tells you nice things :) It's quiet, non-invasive and always polite, a good work buddy.                    

扩展基本信息

名称 Tiny Break Tiny Break
ID dkbcdbbjnacachlkaknpceopcohglcda
官方URL https://chrome.google.com/webstore/detail/tiny-break/dkbcdbbjnacachlkaknpceopcohglcda
简介 Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.
文件大小 48.42 KB
安装次数 78
当前版本 1.1
更新时间 2020-03-26
上架时间 2020-03-26
评分 5.00/5 共2次评分
开发者 snarklin
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiny Break",
    "description": "Created to take care of you while you work on the computer. It reminds you to take care of your mind, body and spirit.",
    "version": "1.1",
    "author": "Julia Lojek",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "deafult_title": "Tiny Break",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": false
    }
}