Sticker - Stock Ticker on Tab
Sticker, a stock ticker extension, displays vital stock information on the browser's tab
什么是Sticker - Stock Ticker on Tab?
Sticker - Stock Ticker on Tab是由navn开发的Chrome扩展程序,该扩展的主要功能是“Sticker, a stock ticker extension, displays vital stock information on the browser's tab”。
扩展截图
下载Sticker - Stock Ticker on Tab扩展crx文件
下载Sticker - Stock Ticker on Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to surf and keep tabs on your favorite stocks at the same time without additional effort (e.g. check a website or an external widget) Configure up to 5 of your favorite stocks. Also configure the frequency in which the display and stocks should refresh. The stock information is displayed only on the active tab when you switch tabs and doesn't interfere with your browsing. Convenient (Omnibox) commands on the address bar - sticker start - starts Sticker from stop or pause states - sticker stop - stops Sticker - sticker pause - pauses Sticker. Automatically starts Sticker after browser restarts. - sticker options - opens Sticker options page
扩展基本信息
名称 | Sticker - Stock Ticker on Tab |
ID | ppnbdgalncmonkhmjmikknhpfepeiepf |
官方URL | https://chromewebstore.google.com/detail/sticker-stock-ticker-on-t/ppnbdgalncmonkhmjmikknhpfepeiepf |
简介 | Sticker, a stock ticker extension, displays vital stock information on the browser's tab |
文件大小 | 460 KB |
安装次数 | 263 |
当前版本 | 1.3.0 |
更新时间 | 2014-03-15 |
上架时间 | 2014-03-15 |
评分 | 2.86/5 共7次评分 |
开发者 | navn |
付费类型 | free |
扩展官网 | https://github.com/staythirsty/sticker |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticker - Stock Ticker on Tab", "version": "1.3.0", "description": "Sticker, a stock ticker extension, displays vital stock information on the browser's tab", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "sticker" }, "options_page": "options.html", "manifest_version": 2, "permissions": [ " |