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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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