Refined Trello
Simplifies the Trello interface and adds useful features
Refined Trelloとは何ですか?
Refined TrelloはStrajkによって開発されたChromeの拡張機能で、その主な機能は「Simplifies the Trello interface and adds useful features」です。
拡張機能のスクリーンショット
Refined Trello拡張機能のCRXファイルをダウンロード
Refined Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simplifies the Trello interface and adds useful features. https://github.com/strajk/refined-trello
拡張機能の基本情報
名前 | Refined Trello |
ID | ehplgncidablicleelajoojipdnclbhm |
公式URL | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
説明 | Simplifies the Trello interface and adds useful features |
ファイルサイズ | 129 KB |
インストール数 | 53 |
現在のバージョン | 1.0.0 |
最終更新日 | 2016-08-08 |
公開日 | 2016-08-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Strajk |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/strajk/refined-trello |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refined Trello", "version": "1.0.0", "description": "Simplifies the Trello interface and adds useful features", "homepage_url": "https:\/\/github.com\/strajk\/refined-trello", "manifest_version": 2, "minimum_chrome_version": "50", "permissions": [ "https:\/\/trello.com\/*" ], "icons": [], "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "js": [ "index.js" ], "css": [ "index.css" ] } ] } |