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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NHST, και η κύρια λειτουργία του είναι "Get the latest maritime business news, comment and analysis from the most authoritative voice in the industry".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης TradeWinds News Feed

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
            ]
        }
    ]
}