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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |