OTC Search
Description
¿Qué es OTC Search?
OTC Search es una extensión de Chrome desarrollada por MJ, y su función principal es "Description".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OTC Search
Descarga archivos de extensión OTC Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | OTC Search |
ID | jbpgeglaedjjahhlgpemockjpggpmpfj |
URL Oficial | https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj |
Descripción | Description |
Tamaño del Archivo | 13.32 KB |
Cantidad de Instalaciones | 62 |
Versión Actual | 1.0 |
Última Actualización | 2021-01-15 |
Fecha de Publicación | 2021-01-15 |
Desarrollador | MJ |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |