World News

Displays the latest news from around the world.

World Newsคืออะไร?

World News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richie McMullen และคุณลักษณะหลักของมันคือ "Displays the latest news from around the world."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World News

ดาวน์โหลดไฟล์ส่วนขยาย World News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        World News Google Chrome Extension is a simple extension that gives you quick access to all the latest news. The extension has a tabbed interface that allows you to navigate through a range of different news types (Technology, Entertainment, World etc....) The extension will also remember the tab you last viewed and will re-open on that tab the next time you view, with updated news articles if available.

An options page allows you to change background colours, align tabs , disable/enable notifications etc....

Please post your feedback/suggestions/ideas in the feedback/rating section on the Google Chrome Extension Store. 

All news feeds are provided by news.sky.com

Enjoy !!

========================
ChangeLog between v1.0 & v1.1
========================

    - Improved Tab Navigation
    - Minor CSS Changes


========================
ChangeLog between v1.1 & v1.2
========================

    - Additional Extension Options
        - Tab alignment
        - Background colour changer

    - New Version Notifications (Optional)
        - New browser tab notification when a new version becomes available
        - New version badge notification when a new version becomes available

    - jQuery Information Displays
    - Minor CSS Changes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ World News World News
ID ojgkicefcbefkeckhdnblpechmaegkkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/world-news/ojgkicefcbefkeckhdnblpechmaegkkf
คำอธิบาย Displays the latest news from around the world.
ขนาดไฟล์ 68.36 KB
จำนวนการติดตั้ง 871
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-08-29
วันที่เผยแพร่ 2014-08-29
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Richie McMullen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "World News",
    "version": "1.2",
    "description": "Displays the latest news from around the world.",
    "author": "Richie McMullen",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "options.html",
        "images\/icon16.png",
        "images\/icon48.png",
        "images\/icon128.png"
    ],
    "browser_action": {
        "default_title": "World News",
        "default_icon": "images\/icon48.png",
        "default_popup": "world.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}