Daily Unlearnings

The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine

什么是Daily Unlearnings?

Daily Unlearnings是由Atlassian开发的Chrome扩展程序,该扩展的主要功能是“The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Daily Unlearnings扩展crx文件

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

扩展使用说明

                        Each day, you’ll receive tips, tricks, and ideas to help break bad habits, get to know your teammates, and deepen your impact at the workplace.

When teams have strong connections, give feedback, and feel free to share ideas, work moves forward. So isn't it time you let go of your old habits and tried something new?                    

扩展基本信息

名称 Daily Unlearnings Daily Unlearnings
ID dfnjmmhkdljagjpneebefnipjnhhdlad
官方URL https://chromewebstore.google.com/detail/daily-unlearnings/dfnjmmhkdljagjpneebefnipjnhhdlad
简介 The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine
文件大小 2.84 MB
安装次数 570
当前版本 1.4.0
更新时间 2020-03-21
上架时间 2020-03-21
评分 5.00/5 共5次评分
开发者 Atlassian
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.atlassian.com/open
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Unlearnings",
    "version": "1.4.0",
    "description": "The Daily Unlearnings newtab extension will challenge you to embrace a more mindful approach to the work routine",
    "background": {
        "scripts": [
            "assets\/background-5be0eb53.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "fonts\/*.otf",
        "images\/*.png"
    ],
    "permissions": [
        "storage"
    ]
}