stock-helper
a Chrome Extension for stock
stock-helper là gì?
stock-helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.dddog.com.cn, và tính năng chính của nó là "a Chrome Extension for stock".
Ả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 stock-helper
Tải xuống các tệp mở rộng stock-helper 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
stock-helper,a chrome extension for china stocks Support to add China stocks Support setting cost price, number of shares held Support to view real-time stock prices, price changes, ups and downs, profit and loss, today's open, the highest price, lowest price, cost, positions Support fuzzy matching by stock name and stock code Support svg charts Support custom settings Support viewing dynamic update progress bar Supports custom (manual) sorting Support scrolling news list Support editing costs, positions
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | stock-helper |
ID | iiidckfbpmniifcocomfkiockeeaccbh |
URL Chính Thức | https://chromewebstore.google.com/detail/stock-helper/iiidckfbpmniifcocomfkiockeeaccbh |
Mô tả | a Chrome Extension for stock |
Kích Thước Tệp | 1.57 MB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.5.3 |
Cập Nhật Lần Cuối | 2018-12-10 |
Ngày Phát Hành | 2018-05-12 |
Nhà Phát Triển | https://www.dddog.com.cn |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.dddog.com.cn |
URL Trang Trợ Giúp | http://www.dddog.com.cn |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "__MSG_appDescription__", "icons": { "16": "images\/Stock.png", "128": "images\/Stock.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "notifications", "https:\/\/hq.sinajs.cn\/list=*", "http:\/\/suggest3.sinajs.cn\/suggest\/", "http:\/\/vip.stock.finance.sina.com.cn\/quotes_service\/view\/" ], "browser_action": { "default_icon": { "19": "images\/Stock.png", "38": "images\/Stock.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/stock_down.png", "images\/stock_up.png" ] } |