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