euronews

Euronews created by extener.com

euronewsคืออะไร?

euronews เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vitutu และคุณลักษณะหลักของมันคือ "Euronews created by extener.com"

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

screenshot
screenshot
screenshot

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

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

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

                        Euronews is the leading international news channel covering world news from a european perspective   --- RSS ---                    

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

ชื่อ euronews euronews
ID ldjhndpokhhklhjdplpfbmnamfpdchaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/euronews/ldjhndpokhhklhjdplpfbmnamfpdchaf
คำอธิบาย Euronews created by extener.com
ขนาดไฟล์ 62.83 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2013-05-15
วันที่เผยแพร่ 2013-05-15
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา vitutu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.euronews.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "euronews",
    "description": "Euronews created by extener.com",
    "version": "2.2",
    "homepage_url": "http:\/\/www.euronews.com",
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "euronews",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}