Trello Card Numbers - by Flyclops
Puts Trello's card numbers front and center
Apa itu Trello Card Numbers - by Flyclops?
Trello Card Numbers - by Flyclops adalah ekstensi Chrome yang dikembangkan oleh https://tech.flyclops.com, dan fitur utamanya adalah "Puts Trello's card numbers front and center".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Card Numbers - by Flyclops
Unduh file ekstensi Trello Card Numbers - by Flyclops dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Puts Trello's ticket numbers - usually hidden - front and center. Informasi Dasar Ekstensi
| Nama | |
| ID | bjbmgbhoaabjfeloohkahgilicjkambi |
| URL Resmi | https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi |
| Deskripsi | Puts Trello's card numbers front and center |
| Ukuran File | 150 KB |
| Jumlah Instalasi | 303 |
| Versi Saat Ini | 0.1.7 |
| Terakhir Diperbarui | 2015-04-30 |
| Tanggal Publikasi | 2015-04-30 |
| Penilaian | 4.38/5 Total 8 Penilaian |
| Pengembang | https://tech.flyclops.com |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
}
]
} | |