Noticias de Ciencia

Descubre las noticias de Ciencia más recientes

Noticias de Cienciaคืออะไร?

Noticias de Ciencia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alfonsitomartinz32 และคุณลักษณะหลักของมันคือ "Descubre las noticias de Ciencia más recientes"

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

screenshot

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

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

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

                        Últimas noticias sobre ciencia donde encontrarás información sobre investigaciones, hallazgos, I+D, laboratorios, descubrimientos además de reportajes y mucho más.

Nota: Solo funciona con acceso a Internet                    

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

ชื่อ Noticias de Ciencia Noticias de Ciencia
ID iabblhnijgeepnkhpfiididajndffkkl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/noticias-de-ciencia/iabblhnijgeepnkhpfiididajndffkkl
คำอธิบาย Descubre las noticias de Ciencia más recientes
ขนาดไฟล์ 32.59 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2017-01-14
วันที่เผยแพร่ 2017-01-14
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา alfonsitomartinz32
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Noticias de Ciencia",
    "manifest_version": 2,
    "short_name": "Noticias de Ciencia",
    "description": "Descubre las noticias de Ciencia m\u00e1s recientes",
    "version": "1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "1484397030_Citycons_newspaper.png"
    },
    "icons": {
        "128": "icon.png"
    }
}