Jenkins Status Tab
Show the status of a Jenkins build in the tab title.
Hvad er Jenkins Status Tab?
Jenkins Status Tab er en Chrome-udvidelse udviklet af christianvuerings, og dens hovedfunktion er "Show the status of a Jenkins build in the tab title.".
Udvidelsesskærmbilleder
Download Jenkins Status Tab-udvidelses-CRX-fil
Download Jenkins Status Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Show the status of a Jenkins build in the tab.
Notes:
- This plugin automatically enables auto refresh which may cause some heavy data usage. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bpfcpdnjoengdphlnneoilmphaelapnn |
| Officiel URL | https://chrome.google.com/webstore/detail/jenkins-status-tab/bpfcpdnjoengdphlnneoilmphaelapnn |
| Beskrivelse | Show the status of a Jenkins build in the tab title. |
| Filstørrelse | 30.56 KB |
| Antal Installationer | 17 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2016-11-23 |
| Udgivelsesdato | 2016-11-23 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | christianvuerings |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/christianvuerings/jenkins-status-tab |
| Hjælpeside-URL | https://github.com/christianvuerings/jenkins-status-tab/issues |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Jenkins Status Tab",
"description": "Show the status of a Jenkins build in the tab title.",
"version": "0.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"icons.js",
"execute.js"
]
}
],
"icons": {
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"browser_action": {
"default_title": "Make this page blue"
},
"permissions": [
"tabs",
"activeTab",
"https:\/\/*\/",
"http:\/\/*\/"
]
} | |