Trello Extras
Some extra functionality for Trello.
什麼是Trello Extras?
Trello Extras是由Barry Els開發的Chrome擴展程式,該擴展的主要功能是“Some extra functionality for Trello.”。
下載Trello Extras擴展crx文件
下載Trello Extras擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras
擴展基本資訊
名稱 | Trello Extras |
ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
官方網址 | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
簡介 | Some extra functionality for Trello. |
檔案大小 | 459 KB |
安裝次數 | 25 |
目前版本 | 1.8.6 |
更新時間 | 2017-06-15 |
上架時間 | 2017-06-15 |
開發者 | Barry Els |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "css": [ "css\/index.css" ], "js": [ "js\/index.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Trello Extras" }, "name": "Trello Extras", "version": "1.8.6", "description": "Some extra functionality for Trello.", "author": "Barry Els |