OTC Search

Description

Cos'è OTC Search?

OTC Search è un'estensione di Chrome sviluppata da MJ, e la sua funzione principale è "Description".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OTC Search

Scarica i file di estensione OTC Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OTC Search OTC Search
ID jbpgeglaedjjahhlgpemockjpggpmpfj
URL Ufficiale https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj
Descrizione Description
Dimensione del File 13.32 KB
Conteggio Installazioni 62
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-15
Data di Pubblicazione 2021-01-15
Sviluppatore MJ
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}