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…”。

擴展截圖

screenshot

下載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 Cleaner Asana
ID dcmogcohhefjhokcopianocadbadkkle
官方網址 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"
    ]
}