CrBug Release Indicator
Decorates Chromium Commits on CrBug with Version indicators
CrBug Release Indicatorとは何ですか?
CrBug Release IndicatorはBramusによって開発されたChromeの拡張機能で、その主な機能は「Decorates Chromium Commits on CrBug with Version indicators」です。
拡張機能のスクリーンショット
CrBug Release Indicator拡張機能のCRXファイルをダウンロード
CrBug Release Indicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | CrBug Release Indicator |
ID | ppbnemgliamfnlhhnclbibcpbnfdclnn |
公式URL | https://chromewebstore.google.com/detail/crbug-release-indicator/ppbnemgliamfnlhhnclbibcpbnfdclnn |
説明 | Decorates Chromium Commits on CrBug with Version indicators |
ファイルサイズ | 20.98 KB |
インストール数 | 87 |
現在のバージョン | 1.2.1 |
最終更新日 | 2023-07-26 |
公開日 | 2022-10-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Bramus |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } ] } |