Hamradio lookups
QRZ Ham radio lookups
What is Hamradio lookups?
Hamradio lookups is a Chrome extension developed by Vlad, and its main feature is "QRZ Ham radio lookups".
Extension Screenshots
Download Hamradio lookups Extension CRX File
Download Hamradio lookups 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
Search ham radio callsigns data on QRZ hamradio websites.
Extension Basic Information
Name | Hamradio lookups |
ID | nachlioflmanonmooogekebokmmlggem |
Official URL | https://chromewebstore.google.com/detail/hamradio-lookups/nachlioflmanonmooogekebokmmlggem |
Description | QRZ Ham radio lookups |
File Size | 22.79 KB |
Installation Count | 359 |
Current Version | 3.1.4 |
Last Updated | 2021-03-13 |
Publish Date | 2021-02-26 |
Developer | Vlad |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hamradio lookups", "version": "3.1.4", "description": "QRZ Ham radio lookups", "homepage_url": "https:\/\/ruqrz.com", "icons": { "48": "icons\/app-48.png" }, "browser_action": { "browser_style": false, "default_icon": "icons\/app-32.png", "theme_icons": [ { "light": "icons\/app-32-light.png", "dark": "icons\/app-32.png", "size": 32 } ], "default_title": "HamRadio Lookups", "default_popup": "popup\/chooser.html" } } |