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. 擴展基本資訊
| 名稱 | |
| ID | ddlkemoiobinoolmeccabbpbalojmlij |
| 官方網址 | 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\/*"
]
}
]
} | |