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”。
擴展截圖
下載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?
擴展基本資訊
名稱 | |
ID | dfnjmmhkdljagjpneebefnipjnhhdlad |
官方網址 | 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" ] } |