Clarin.com

Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.

Clarin.comคืออะไร?

Clarin.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.clarin.com/chrome และคุณลักษณะหลักของมันคือ "Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español."

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

screenshot

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

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

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

                        Las últimas noticias de Clarín con un click en tu Chrome.

Ahora desde la comodidad de tu navegador accede fácilmente al contenido de Clarin.com 

Buscá los temas de tu interés e informate en forma instantánea de las últimas novedades de Argentina y el mundo.

Todas las secciones y noticias disponibles con esta extensión, sociedad, política, economía, espectáculos, deportes y rural entre otros.                    

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

ชื่อ Clarin.com Clarin.com
ID jhpcfkabffbdncopnehdljbofbbnknnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clarincom/jhpcfkabffbdncopnehdljbofbbnknnl
คำอธิบาย Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2013-11-13
วันที่เผยแพร่ 2013-11-13
คะแนน 4.37/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา http://www.clarin.com/chrome
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.clarin.com
ภาษาที่รองรับ es-419
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Clarin.com"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten 'unsafe-eval'; object-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten",
    "description": "Segu\u00ed las noticias de la Argentina y el mundo. Clar\u00edn te ofrece informaci\u00f3n actualizada las 24hs. y en espa\u00f1ol.",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "48": "logo_48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "name": "Clarin.com",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/www.clarin.com\/rss\/index.rss",
        "http:\/\/www.clarin.com\/services\/*",
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "web_accessible_resources": [
        "images\/loading29.gif",
        "images\/sprite-app.png"
    ]
}