TradeWinds News Feed

Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry

什麼是TradeWinds News Feed?

TradeWinds News Feed是由NHST開發的Chrome擴展程式,該擴展的主要功能是“Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry”。

擴展截圖

screenshot

下載TradeWinds News Feed擴展crx文件

下載TradeWinds News Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get the latest shipping news shaping the maritime business.

The TradeWinds Extension for Chrome provides you with global shipping news as it happens. Stay informed with the latest stories from TradeWindsnews.com within your browser. 

This extension will alert you when new articles have been published on TradeWindsnews.com. 

Where do you go when you need the very latest on the deals shaping the market? The biggest interviews with key players? The keenest insight to keep you a step ahead of the competition? You go where the industry’s brightest and best go – to TradeWinds, shipping’s leading news service. Whether online or in print, our global team of specialist journalists will keep you up-to-date with this dynamic sector.                    

擴展基本資訊

名稱 TradeWinds News Feed TradeWinds News Feed
ID njmaofinphneehnchficlmkolkeoiiaj
官方網址 https://chrome.google.com/webstore/detail/tradewinds-news-feed/njmaofinphneehnchficlmkolkeoiiaj
簡介 Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry
檔案大小 18.87 KB
安裝次數 18
目前版本 1.1.2.3
更新時間 2017-05-26
上架時間 2017-05-26
開發者 NHST
付費類型 free
擴展官網 http://www.tradewindsnews.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TradeWinds News Feed",
    "version": "1.1.2.3",
    "manifest_version": 2,
    "description": "Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "omnibox": {
        "keyword": "tw"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "TradeWinds News Feed",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}