Ceibal Library Reader

Catalog of books downloaded from the Ceibal Library

什麼是Ceibal Library Reader?

Ceibal Library Reader是由Biblioteca General開發的Chrome擴展程式,該擴展的主要功能是“Catalog of books downloaded from the Ceibal Library”。

擴展截圖

screenshot
screenshot
screenshot

下載Ceibal Library Reader擴展crx文件

下載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
官方網址 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"
}