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 擴展基本資訊
| 名稱 | |
| ID | ehplgncidablicleelajoojipdnclbhm |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |