Malta Stock Stalker
Instant access to the Malta Stock Exchange daily activity with added user defined notifications.
什么是Malta Stock Stalker?
Malta Stock Stalker是由Azure Development开发的Chrome扩展程序,该扩展的主要功能是“Instant access to the Malta Stock Exchange daily activity with added user defined notifications.”。
扩展截图
下载Malta Stock Stalker扩展crx文件
下载Malta Stock Stalker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instant access to daily stock activity. Select a favourite stock and get notified on all activity. Set notifications for user defined threshold limits on your favourite stock.
扩展基本信息
名称 | Malta Stock Stalker |
ID | mphjblbbahicjbpmkapdfaogefadhcmk |
官方URL | https://chromewebstore.google.com/detail/malta-stock-stalker/mphjblbbahicjbpmkapdfaogefadhcmk |
简介 | Instant access to the Malta Stock Exchange daily activity with added user defined notifications. |
文件大小 | 104 KB |
安装次数 | 14 |
当前版本 | 0.0.44 |
更新时间 | 2014-12-08 |
上架时间 | 2014-12-08 |
评分 | 4.33/5 共6次评分 |
开发者 | Azure Development |
付费类型 | free |
扩展官网 | http://www.azure-web.com/development |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Malta Stock Stalker", "short_name": "Malta Stock", "version": "0.0.44", "description": "Instant access to the Malta Stock Exchange daily activity with added user defined notifications.", "background": { "scripts": [ "jquery.tools.min.js", "ga.js", "lib.js", "background.js" ] }, "permissions": [ "http:\/\/www.borzamalta.com.mt\/*", "http:\/\/www.depomalta.com.mt\/*", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "name": "Malta Stock Stalker", "default_popup": "popup.htm", "default_icon": "images\/mss.jpg" }, "icons": { "16": "images\/mss.jpg", "48": "images\/mss.jpg", "128": "images\/mss.jpg" }, "web_accessible_resources": [ "up.png", "down.png", "images\/yes.png", "images\/no.png", "images\/refresh_icon.png", "update.png", "images\/news.png" ], "manifest_version": 2 } |