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" ] } |