OTC Search
Description
OTC Search là gì?
OTC Search là một tiện ích mở rộng Chrome được phát triển bởi MJ, và tính năng chính của nó là "Description".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OTC Search
Tải xuống các tệp mở rộng OTC Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OTC Search |
ID | jbpgeglaedjjahhlgpemockjpggpmpfj |
URL Chính Thức | https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj |
Mô tả | Description |
Kích Thước Tệp | 13.32 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-15 |
Ngày Phát Hành | 2021-01-15 |
Nhà Phát Triển | MJ |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |