OTC Search

Description

Qu'est-ce que OTC Search ?

OTC Search est une extension Chrome développée par MJ, et sa fonction principale est "Description".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OTC Search

Téléchargez les fichiers d'extension OTC Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OTC Search OTC Search
ID jbpgeglaedjjahhlgpemockjpggpmpfj
URL Officiel https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj
Description Description
Taille du Fichier 13.32 KB
Nombre d'Installations 62
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-15
Date de Publication 2021-01-15
Développeur MJ
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}