stock-helper
a Chrome Extension for stock
stock-helperとは何ですか?
stock-helperはhttps://www.dddog.com.cnによって開発されたChromeの拡張機能で、その主な機能は「a Chrome Extension for stock」です。
拡張機能のスクリーンショット
stock-helper拡張機能のCRXファイルをダウンロード
stock-helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | iiidckfbpmniifcocomfkiockeeaccbh |
| 公式URL | https://chromewebstore.google.com/detail/stock-helper/iiidckfbpmniifcocomfkiockeeaccbh |
| 説明 | a Chrome Extension for stock |
| ファイルサイズ | 1.57 MB |
| インストール数 | 14 |
| 現在のバージョン | 1.5.3 |
| 最終更新日 | 2018-12-10 |
| 公開日 | 2018-05-12 |
| 開発者 | https://www.dddog.com.cn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.dddog.com.cn |
| ヘルプページのURL | http://www.dddog.com.cn |
| 対応言語 | 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"
]
} | |