CrBug Release Indicator
Decorates Chromium Commits on CrBug with Version indicators
What is CrBug Release Indicator?
CrBug Release Indicator is a Chrome extension developed by Bramus, and its main feature is "Decorates Chromium Commits on CrBug with Version indicators".
Extension Screenshots
Download CrBug Release Indicator Extension CRX File
Download CrBug Release Indicator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | CrBug Release Indicator |
ID | ppbnemgliamfnlhhnclbibcpbnfdclnn |
Official URL | https://chromewebstore.google.com/detail/crbug-release-indicator/ppbnemgliamfnlhhnclbibcpbnfdclnn |
Description | Decorates Chromium Commits on CrBug with Version indicators |
File Size | 20.98 KB |
Installation Count | 87 |
Current Version | 1.2.1 |
Last Updated | 2023-07-26 |
Publish Date | 2022-10-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Bramus |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |