OTC Search
Description
What is OTC Search?
OTC Search is a Chrome extension developed by MJ, and its main feature is "Description".
Extension Screenshots
Download OTC Search Extension CRX File
Download OTC 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
The extension opens search results from multiple sources at once. First, you should add the required URLs on the settings page. The URLs should be added with "%s" in place of query, for example: https://finance.yahoo.com/quote/%s https://www.otcmarkets.com/stock/%s/security The search can be done in two ways: by using the Search box or by using the Context menu.
Extension Basic Information
Name | OTC Search |
ID | jbpgeglaedjjahhlgpemockjpggpmpfj |
Official URL | https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj |
Description | Description |
File Size | 13.32 KB |
Installation Count | 62 |
Current Version | 1.0 |
Last Updated | 2021-01-15 |
Publish Date | 2021-01-15 |
Developer | MJ |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OTC Search", "version": "1.0", "description": "Description", "permissions": [ "storage", "declarativeContent", "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "options_page": "options.html", "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |