CrBug Release Indicator
Decorates Chromium Commits on CrBug with Version indicators
Wat is CrBug Release Indicator?
CrBug Release Indicator is een Chrome-extensie ontwikkeld door Bramus, en de belangrijkste functie is "Decorates Chromium Commits on CrBug with Version indicators".
Extensie Screenshots
Download het CRX-bestand van de extensie CrBug Release Indicator
Download CrBug Release Indicator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Scrolling through issues on CrBug and wondering when a certain commit landed in a Chrome release? No longer manually look it up on Chromium Dash, but instead get the version info directly in CrBug! Basisinformatie over de Extensie
| Naam | |
| ID | ppbnemgliamfnlhhnclbibcpbnfdclnn |
| Officiële URL | https://chromewebstore.google.com/detail/crbug-release-indicator/ppbnemgliamfnlhhnclbibcpbnfdclnn |
| Beschrijving | Decorates Chromium Commits on CrBug with Version indicators |
| Bestandsgrootte | 20.98 KB |
| Aantal Installaties | 87 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2023-07-26 |
| Publicatiedatum | 2022-10-21 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Bramus |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CrBug Release Indicator",
"version": "1.2.1",
"description": "Decorates Chromium Commits on CrBug with Version indicators",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjp9qlGcShiqZp\/E4pI1j+LsPNP4oM9sjML\/bk9DBwdChQUQbEJ5OHEjZuYXVjLiktrpLfNVcqszLXHj0\/Nz1lVezkFv4dwsG8QmxvBWTWjGyT97l0h8VOLGv7saDEYeuETMQU3LcwZ4oqDCCQf9t2hje7oTB53tNC9QX4rmSlYsqi4bMlqUxXUF6sQtLlMqJbDXDHLRVgAK0GuLFZoX7itP5o0WC3I9xs2AJagp3KMkIrFgmtTMYU3jLKH4jcv1UvZaXpZjypIdIW\/fnmsk82DWeSgrT38PPZ36fiNo6K4+8iOjZ1e+P6hZ29EHqgTM+RgFpgIzxwXBgsZBuL8CZIQIDAQAB",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/bugs.chromium.org\/p\/chromium\/*"
]
}
]
} | |