Clock for RF Nerds
Display a Smith Chart Clock when you create a new tab
What is Clock for RF Nerds?
Clock for RF Nerds is a Chrome extension developed by http://www.microwave.fr, and its main feature is "Display a Smith Chart Clock when you create a new tab".
Extension Screenshots
Download Clock for RF Nerds Extension CRX File
Download Clock for RF Nerds 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
Display a Smith Chart Clock when you create a new tab. --- Update version 1.2: You can redirect to a customized URL in the options.
Extension Basic Information
Name | |
ID | oobbpkmoechbplmgkpkmooelffbcfdkh |
Official URL | https://chrome.google.com/webstore/detail/clock-for-rf-nerds/oobbpkmoechbplmgkpkmooelffbcfdkh |
Description | Display a Smith Chart Clock when you create a new tab |
File Size | 20.83 KB |
Installation Count | 59 |
Current Version | 1.200 |
Last Updated | 2014-09-24 |
Publish Date | 2014-09-24 |
Rating | 4.33/5 Total 6 Ratings |
Developer | http://www.microwave.fr |
Payment Type | free |
Extension Website | http://www.microwave.fr/products.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "smith.html" }, "permissions": [ "tabs" ], "description": "Display a Smith Chart Clock when you create a new tab", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Clock for RF Nerds", "offline_enabled": true, "options_page": "options.html", "version": "1.200" } |