Stock Ticker Screener
Add a context menu item to search stock ticker.
What is Stock Ticker Screener?
Stock Ticker Screener is a Chrome extension developed by http://tiguid.blogspot.com, and its main feature is "Add a context menu item to search stock ticker.".
Extension Screenshots
Download Stock Ticker Screener Extension CRX File
Download Stock Ticker Screener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | dpingomjllebhofoacaafgamgipjghfj |
Official URL | https://chrome.google.com/webstore/detail/stock-ticker-screener/dpingomjllebhofoacaafgamgipjghfj |
Description | Add a context menu item to search stock ticker. |
File Size | 5.92 KB |
Installation Count | 83 |
Current Version | 0.0.0.2 |
Last Updated | 2018-01-13 |
Publish Date | 2018-01-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://tiguid.blogspot.com |
Payment Type | free |
Extension Website | http://tiguid.blogspot.ca/search/label/Development |
Help Page URL | http://tiguid.blogspot.ca/search/label/Development |
Supported Languages | 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 } |