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 |
| 官方網址 | 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
} | |