Ceibal Library Reader

Catalog of books downloaded from the Ceibal Library

Ceibal Library Reader là gì?

Ceibal Library Reader là một tiện ích mở rộng Chrome được phát triển bởi Biblioteca General, và tính năng chính của nó là "Catalog of books downloaded from the Ceibal Library".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ceibal Library Reader

Tải xuống các tệp mở rộng Ceibal Library Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ceibal Library Reader Ceibal Library Reader
ID pdjmoegkkmdbohppjcnpfcggajjniepn
URL Chính Thức https://chromewebstore.google.com/detail/ceibal-library-reader/pdjmoegkkmdbohppjcnpfcggajjniepn
Mô tả Catalog of books downloaded from the Ceibal Library
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 101,703
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2022-09-07
Ngày Phát Hành 2018-06-05
Đánh Giá 3.43/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Biblioteca General
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}