Pivotal Labels
This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.
Was ist Pivotal Labels?
Pivotal Labels ist eine Chrome-Erweiterung, die von Dustin Ingram entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.".
Erweiterungsscreenshots
Pivotal Labels-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pivotal Labels-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | njkofaephafobbeabnmmmijchhhdomio |
| Offizielle URL | https://chromewebstore.google.com/detail/pivotal-labels/njkofaephafobbeabnmmmijchhhdomio |
| Beschreibung | This Chrome extension for Pivotal Tracker allows you to set custom colors for label names. |
| Dateigröße | 30.95 KB |
| Installationsanzahl | 198 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2017-04-04 |
| Veröffentlichungsdatum | 2017-04-04 |
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Dustin Ingram |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pivotal Labels",
"version": "0.0.3",
"manifest_version": 2,
"author": "Dustin Ingram",
"description": "This Chrome extension for Pivotal Tracker allows you to set custom colors for label names.",
"homepage_url": "https:\/\/github.com\/di\/pivotallabels",
"options_page": "options.html",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"http:\/\/www.pivotaltracker.com\/*",
"https:\/\/www.pivotaltracker.com\/*",
"storage"
],
"short_name": "Pivotal Labels",
"content_scripts": [
{
"matches": [
"http:\/\/www.pivotaltracker.com\/*",
"https:\/\/www.pivotaltracker.com\/*"
],
"js": [
"src\/inject\/inject.js"
],
"css": [
"css\/inject\/inject.css"
]
}
]
} | |