Cleaner Asana
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…
什么是Cleaner Asana?
Cleaner Asana是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this…”。
扩展截图
下载Cleaner Asana扩展crx文件
下载Cleaner Asana扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this I've removed unneeded features to hopefully reduce the cognitive load of someone trying to organise their tasks! You may need to refresh on first use
扩展基本信息
名称 | Cleaner Asana |
ID | dcmogcohhefjhokcopianocadbadkkle |
官方URL | https://chromewebstore.google.com/detail/cleaner-asana/dcmogcohhefjhokcopianocadbadkkle |
简介 | Simplify the UI of Asana. It's visually quite complicated, especially to those who are new to task management. To help with this… |
文件大小 | 18.53 KB |
安装次数 | 32 |
当前版本 | 0.1.3 |
更新时间 | 2018-08-13 |
上架时间 | 2018-08-13 |
评分 | 1.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/psherwinnicholls/cleanerasana |
帮助页面URL | https://github.com/psherwinnicholls/cleanerasana/issues |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Cleaner Asana", "name": "Cleaner Asana", "manifest_version": 2, "version": "0.1.3", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/app.asana.com\/*" ] } ], "permissions": [ "storage" ] } |