Trello Grid
Adds grid layout to Trello
Trello Gridとは何ですか?
Trello Gridはfuechec.markによって開発されたChromeの拡張機能で、その主な機能は「Adds grid layout to Trello」です。
拡張機能のスクリーンショット
Trello Grid拡張機能のCRXファイルをダウンロード
Trello Grid拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.
拡張機能の基本情報
名前 | Trello Grid |
ID | ddlkemoiobinoolmeccabbpbalojmlij |
公式URL | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
説明 | Adds grid layout to Trello |
ファイルサイズ | 474 KB |
インストール数 | 31 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2020-11-17 |
公開日 | 2020-11-12 |
評価 | 1.33/5 合計 3 レビュー |
開発者 | fuechec.mark |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Grid", "version": "0.0.0.2", "description": "Adds grid layout to Trello", "icons": { "16": "grid.png", "48": "promotional.png", "128": "screenshot.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ] } |