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 |
电子邮箱 | [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\/*" ] } ] } |