TBA Search
Search TBA from selection
What is TBA Search?
TBA Search is a Chrome extension developed by Unknown, and its main feature is "Search TBA from selection".
Download TBA Search Extension CRX File
Download TBA Search 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
This (unofficial) extension makes it easier to search for First Robotics Competition teams or events on The Blue Alliance (thebluealliance.com). Includes a right click menu and extension button.
Extension Basic Information
Name | TBA Search |
ID | nhdmdjobbplkhcggcoenkccifnielcmm |
Official URL | https://chromewebstore.google.com/detail/tba-search/nhdmdjobbplkhcggcoenkccifnielcmm |
Description | Search TBA from selection |
File Size | 41.43 KB |
Installation Count | 113 |
Current Version | 1.1 |
Last Updated | 2018-05-30 |
Publish Date | 2018-05-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://www.thebluealliance.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TBA Search", "version": "1.1", "description": "Search TBA from selection", "permissions": [ "tabs", "contextMenus" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "16.png", "32": "32.png", "128": "128.png", "192": "192.png" } }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png", "192": "192.png" }, "manifest_version": 2 } |