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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |