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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
}