Show Chrome Version
Show browser version information in the toolbar.
What is Show Chrome Version?
Show Chrome Version is a Chrome extension developed by https://www.bayden.com, and its main feature is "Show browser version information in the toolbar.".
Extension Screenshots
Download Show Chrome Version Extension CRX File
Download Show Chrome Version 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
Show the browser version in the toolbar. This is useful for people who are testing many different browser versions at once, or those who just want to notice version changes. Source: https://github.com/ericlaw1979/ShowChromeVersion
Extension Basic Information
Name | Show Chrome Version |
ID | lcmpcdnpcjimgbdejflpblmlgjnakhmh |
Official URL | https://chromewebstore.google.com/detail/show-chrome-version/lcmpcdnpcjimgbdejflpblmlgjnakhmh |
Description | Show browser version information in the toolbar. |
File Size | 12.59 KB |
Installation Count | 455 |
Current Version | 1.0.6.0 |
Last Updated | 2022-10-28 |
Publish Date | 2019-08-08 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://www.bayden.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ericlaw1979/ShowChromeVersion |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Chrome Version", "short_name": "ShowChromeVersion", "description": "Show browser version information in the toolbar.", "content_security_policy": "default-src 'self'", "version": "1.0.6.0", "author": "Eric Lawrence (@ericlaw)", "minimum_chrome_version": "48", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "38": "images\/icon38g.png" }, "default_popup": "popup.html", "default_title": "Show version info" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [] } |