Show Card Numbers for Trello
This extension displays card numbers from the board view.
什么是Show Card Numbers for Trello?
Show Card Numbers for Trello是由arron.powell开发的Chrome扩展程序,该扩展的主要功能是“This extension displays card numbers from the board view.”。
扩展截图
下载Show Card Numbers for Trello扩展crx文件
下载Show Card Numbers for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to see card numbers from the board view in trello
扩展基本信息
名称 | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
官方URL | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
简介 | This extension displays card numbers from the board view. |
文件大小 | 14.68 KB |
安装次数 | 695 |
当前版本 | 1.2 |
更新时间 | 2014-07-17 |
上架时间 | 2014-07-17 |
评分 | 4.00/5 共3次评分 |
开发者 | arron.powell |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |