Ceibal Library Reader

Catalog of books downloaded from the Ceibal Library

Ceibal Library Readerคืออะไร?

Ceibal Library Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Biblioteca General และคุณลักษณะหลักของมันคือ "Catalog of books downloaded from the Ceibal Library"

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

screenshot
screenshot
screenshot

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

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

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

                        Este plugin te permitirá acceder sin conexión a todos los libros que hayas descargado de la Biblioteca Ceibal: podrás leerlos, consultar su vencimiento y eliminarlos. Para utilizarlo es imprescindible no estar conectado a internet.                    

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

ชื่อ Ceibal Library Reader Ceibal Library Reader
ID pdjmoegkkmdbohppjcnpfcggajjniepn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ceibal-library-reader/pdjmoegkkmdbohppjcnpfcggajjniepn
คำอธิบาย Catalog of books downloaded from the Ceibal Library
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 101,703
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2022-09-07
วันที่เผยแพร่ 2018-06-05
คะแนน 3.43/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา Biblioteca General
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.8",
    "manifest_version": 2,
    "name": "__MSG_extensionNameCeibal__",
    "description": "__MSG_extensionDescriptionCeibal__",
    "icons": {
        "16": "media\/ceibal\/ico_16.png",
        "24": "media\/ceibal\/ico_24.png",
        "48": "media\/ceibal\/ico_48.png",
        "96": "media\/ceibal\/ico_96.png",
        "112": "media\/ceibal\/ico_112.png",
        "128": "media\/ceibal\/ico_128.png"
    },
    "browser_action": {
        "default_icon": "media\/ceibal\/ico_19.png",
        "default_title": "__MSG_browserTitleCeibal__"
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js",
            "events.js",
            "config\/ceibal\/global.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nubereader.es\/*",
            "*:\/\/*.nubereader.odilotk.es\/*",
            "*:\/\/*.bibliotecadigital.ceibal.edu.uy\/*",
            "*:\/\/*.bibliotecapais.ceibal.edu.uy\/*",
            "*:\/\/*.odilotk.es\/*",
            "*:\/\/*.odilo.us\/*",
            "*:\/\/*.server-nubereader.odilotk.es\/*",
            "*:\/\/*.nubereader.odilo.us\/*",
            "*:\/\/*.educarex.es\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "default_locale": "es",
    "minimum_chrome_version": "50.0"
}