Trello Card Numbers - by Flyclops
Puts Trello's card numbers front and center
Was ist Trello Card Numbers - by Flyclops?
Trello Card Numbers - by Flyclops ist eine Chrome-Erweiterung, die von https://tech.flyclops.com entwickelt wurde, und ihr Hauptmerkmal ist "Puts Trello's card numbers front and center".
Erweiterungsscreenshots
Trello Card Numbers - by Flyclops-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Card Numbers - by Flyclops-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Puts Trello's ticket numbers - usually hidden - front and center. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bjbmgbhoaabjfeloohkahgilicjkambi |
| Offizielle URL | https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi |
| Beschreibung | Puts Trello's card numbers front and center |
| Dateigröße | 150 KB |
| Installationsanzahl | 303 |
| Aktuelle Version | 0.1.7 |
| Letztes Update | 2015-04-30 |
| Veröffentlichungsdatum | 2015-04-30 |
| Bewertung | 4.38/5 Insgesamt 8 Bewertungen |
| Entwickler | https://tech.flyclops.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |