Trello Card Numbers - by Flyclops
Puts Trello's card numbers front and center
什麼是Trello Card Numbers - by Flyclops?
Trello Card Numbers - by Flyclops是由https://tech.flyclops.com開發的Chrome擴展程式,該擴展的主要功能是“Puts Trello's card numbers front and center”。
擴展截圖
下載Trello Card Numbers - by Flyclops擴展crx文件
下載Trello Card Numbers - by Flyclops擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Puts Trello's ticket numbers - usually hidden - front and center. 擴展基本資訊
| 名稱 | |
| ID | bjbmgbhoaabjfeloohkahgilicjkambi |
| 官方網址 | https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi |
| 簡介 | Puts Trello's card numbers front and center |
| 檔案大小 | 150 KB |
| 安裝次數 | 303 |
| 目前版本 | 0.1.7 |
| 更新時間 | 2015-04-30 |
| 上架時間 | 2015-04-30 |
| 評分 | 4.38/5 共 8 次評分 |
| 開發者 | https://tech.flyclops.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Trello Card Numbers - by Flyclops",
"version": "0.1.7",
"manifest_version": 2,
"description": "Puts Trello's card numbers front and center",
"homepage_url": "http:\/\/flyclops.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"https:\/\/trello.com\/b\/*",
"https:\/\/trello.com\/c\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
]
}
]
} | |