Stock Ticker Screener
Add a context menu item to search stock ticker.
Stock Ticker Screenerとは何ですか?
Stock Ticker Screenerはhttp://tiguid.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Add a context menu item to search stock ticker.」です。
拡張機能のスクリーンショット
Stock Ticker Screener拡張機能のCRXファイルをダウンロード
Stock Ticker Screener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a tool for searching stock ticker from Google Finance Screening tool to Yahoo Finance, The Lion and Edgar. A tutorial is available on YouTube: https://www.youtube.com/watch?v=DMkd0PCS63E
拡張機能の基本情報
名前 | |
ID | dpingomjllebhofoacaafgamgipjghfj |
公式URL | https://chrome.google.com/webstore/detail/stock-ticker-screener/dpingomjllebhofoacaafgamgipjghfj |
説明 | Add a context menu item to search stock ticker. |
ファイルサイズ | 5.92 KB |
インストール数 | 83 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2018-01-13 |
公開日 | 2018-01-13 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | http://tiguid.blogspot.com |
支払い方法 | free |
拡張機能のウェブサイト | http://tiguid.blogspot.ca/search/label/Development |
ヘルプページのURL | http://tiguid.blogspot.ca/search/label/Development |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Add a context menu item to search stock ticker.", "icons": { "16": "icon16.png", "48": "icon48.png" }, "minimum_chrome_version": "6", "name": "Stock Ticker Screener", "permissions": [ "contextMenus", "tabs" ], "version": "0.0.0.2", "manifest_version": 2 } |