OTC Search
Description
什么是OTC Search?
OTC Search是由MJ开发的Chrome扩展程序,该扩展的主要功能是“Description”。
扩展截图
下载OTC Search扩展crx文件
下载OTC Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | jbpgeglaedjjahhlgpemockjpggpmpfj |
| 官方URL | https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj |
| 简介 | Description |
| 文件大小 | 13.32 KB |
| 安装次数 | 62 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-01-15 |
| 上架时间 | 2021-01-15 |
| 开发者 | MJ |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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
} | |