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