OTC Search

Description

O que é OTC Search?

OTC Search é uma extensão do Chrome desenvolvida por MJ, e sua principal característica é "Description".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OTC Search

Baixe arquivos de extensão OTC Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OTC Search OTC Search
ID jbpgeglaedjjahhlgpemockjpggpmpfj
URL Oficial https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj
Descrição Description
Tamanho do Arquivo 13.32 KB
Contagem de Instalações 62
Versão Atual 1.0
Última Atualização 2021-01-15
Data de Publicação 2021-01-15
Desenvolvedor MJ
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}