OTC Search
Description
Wat is OTC Search?
OTC Search is een Chrome-extensie ontwikkeld door MJ, en de belangrijkste functie is "Description".
Extensie Screenshots
Download het CRX-bestand van de extensie OTC Search
Download OTC Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OTC Search |
ID | jbpgeglaedjjahhlgpemockjpggpmpfj |
Officiële URL | https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj |
Beschrijving | Description |
Bestandsgrootte | 13.32 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-01-15 |
Publicatiedatum | 2021-01-15 |
Ontwikkelaar | MJ |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |