Get Wide for Trello
Show trello cards wide.
Get Wide for Trelloとは何ですか?
Get Wide for TrelloはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Show trello cards wide.」です。
拡張機能のスクリーンショット
Get Wide for Trello拡張機能のCRXファイルをダウンロード
Get Wide for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can see details in a wide-card window. # update ## v.1.2.0.3 - feat: fixed for new Trello style ## v.1.1.0 - feat: 1280px or full width of window ## v.1.0.1 - fix: unintended effect on notification window
拡張機能の基本情報
名前 | |
ID | janhkoajdfpnebanjimdbgmenpfjiofh |
公式URL | https://chromewebstore.google.com/detail/get-wide-for-trello/janhkoajdfpnebanjimdbgmenpfjiofh |
説明 | Show trello cards wide. |
ファイルサイズ | 6.78 KB |
インストール数 | 180 |
現在のバージョン | 1.2.0.3 |
最終更新日 | 2021-10-29 |
公開日 | 2019-08-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Unknown |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Wide for Trello", "version": "1.2.0.3", "description": "Show trello cards wide.", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "override.css" ] } ], "icons": { "128": "icon-128x128.png" }, "manifest_version": 2 } |