BuscacursosUC
Guarda diferentes horarios en el buscacursos UC
BuscacursosUC là gì?
BuscacursosUC là một tiện ích mở rộng Chrome được phát triển bởi pdpino, và tính năng chính của nó là "Guarda diferentes horarios en el buscacursos UC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BuscacursosUC
Tải xuống các tệp mở rộng BuscacursosUC 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
Extensión para alumnos de la Pontificia Universidad Católica de Chile. Permite guardar distintos horarios en el buscador de cursos (http://buscacursos.uc.cl), para accederlos rápidamente más tarde. Funcionalidades: * Guardar horarios con un nombre único * Editar el nombre de los horarios guardados * Sobreescribir un horario ya guardado Github: https://github.com/pdpino/buscacursos-uc-plugin Relacionado: directUC, UC access, UC, PUC -- Esta es una extensión no oficial y no guarda relación alguna con la Pontificia Universidad Católica de Chile.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpekhaphlfpegpemjbcnekgbhkdkhgma |
URL Chính Thức | https://chrome.google.com/webstore/detail/fpekhaphlfpegpemjbcnekgbhkdkhgma |
Mô tả | Guarda diferentes horarios en el buscacursos UC |
Kích Thước Tệp | 31.88 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2021-07-27 |
Ngày Phát Hành | 2019-12-13 |
Nhà Phát Triển | pdpino |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pdpino/buscacursos-uc-plugin |
Ngôn Ngữ Được Hỗ Trợ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BuscacursosUC", "version": "0.4.0", "short_name": "BuscacursosUC", "description": "Guarda diferentes horarios en el buscacursos UC", "author": "pdpino", "permissions": [ "cookies", "*:\/\/buscacursos.uc.cl\/", "declarativeContent", "storage", "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/book\/16.png", "32": "img\/book\/32.png", "48": "img\/book\/48.png", "128": "img\/book\/128.png" } }, "icons": { "16": "img\/book\/16.png", "32": "img\/book\/32.png", "48": "img\/book\/48.png", "128": "img\/book\/128.png" }, "manifest_version": 2 } |