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.
拡張機能の基本情報
名前 | OTC Search |
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 |
Eメール | [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 } |