Ceibal Library Reader
Catalog of books downloaded from the Ceibal Library
Was ist Ceibal Library Reader?
Ceibal Library Reader ist eine Chrome-Erweiterung, die von Biblioteca General entwickelt wurde, und ihr Hauptmerkmal ist "Catalog of books downloaded from the Ceibal Library".
Erweiterungsscreenshots
Ceibal Library Reader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ceibal Library Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pdjmoegkkmdbohppjcnpfcggajjniepn |
Offizielle URL | https://chromewebstore.google.com/detail/ceibal-library-reader/pdjmoegkkmdbohppjcnpfcggajjniepn |
Beschreibung | Catalog of books downloaded from the Ceibal Library |
Dateigröße | 1.29 MB |
Installationsanzahl | 101,703 |
Aktuelle Version | 1.2.8 |
Letztes Update | 2022-09-07 |
Veröffentlichungsdatum | 2018-06-05 |
Bewertung | 3.43/5 Insgesamt 30 Bewertungen |
Entwickler | Biblioteca General |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |