Improved Google Stocks
Enhance the Google Stock widget by allowing instant news searching on a stock.
什麼是Improved Google Stocks?
Improved Google Stocks是由Niko Kay開發的Chrome擴展程式,該擴展的主要功能是“Enhance the Google Stock widget by allowing instant news searching on a stock.”。
擴展截圖
下載Improved Google Stocks擴展crx文件
下載Improved Google Stocks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Improved Google Stocks allows you to instantly search for news about the stocks and cryptocurrencies that you're viewing with the Google stock widget by simply clicking on the price card. This extension is useful when looking at a new stock and you see spikes in the price. Click and drag to highlight that region and you'll get all the news results from that time period to find out what caused the spikes. This extension will display news for all Google supported exchanges, as well as Bitcoin and Ethereum.
擴展基本資訊
名稱 | Improved Google Stocks |
ID | ombmkbdflkdoajmjgbmljedbihadmcec |
官方網址 | https://chromewebstore.google.com/detail/improved-google-stocks/ombmkbdflkdoajmjgbmljedbihadmcec |
簡介 | Enhance the Google Stock widget by allowing instant news searching on a stock. |
檔案大小 | 593 KB |
安裝次數 | 317 |
目前版本 | 1.1 |
更新時間 | 2021-06-04 |
上架時間 | 2020-03-12 |
評分 | 3.50/5 共 2 次評分 |
開發者 | Niko Kay |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Improved Google Stocks", "version": "1.1", "description": "Enhance the Google Stock widget by allowing instant news searching on a stock.", "icons": { "128": "images\/logo.png" }, "action": { "default_popup": "page-action\/popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/search*" ], "js": [ "content-script\/contentScript.js" ], "css": [ "content-script\/contentScript.css" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self'" }, "manifest_version": 3 } |