CrBug Release Indicator
Decorates Chromium Commits on CrBug with Version indicators
Cos'è CrBug Release Indicator?
CrBug Release Indicator è un'estensione di Chrome sviluppata da Bramus, e la sua funzione principale è "Decorates Chromium Commits on CrBug with Version indicators".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CrBug Release Indicator
Scarica i file di estensione CrBug Release Indicator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | CrBug Release Indicator |
ID | ppbnemgliamfnlhhnclbibcpbnfdclnn |
URL Ufficiale | https://chromewebstore.google.com/detail/crbug-release-indicator/ppbnemgliamfnlhhnclbibcpbnfdclnn |
Descrizione | Decorates Chromium Commits on CrBug with Version indicators |
Dimensione del File | 20.98 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2023-07-26 |
Data di Pubblicazione | 2022-10-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Bramus |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |