BuscacursosUC

Guarda diferentes horarios en el buscacursos UC

BuscacursosUCคืออะไร?

BuscacursosUC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pdpino และคุณลักษณะหลักของมันคือ "Guarda diferentes horarios en el buscacursos UC"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuscacursosUC

ดาวน์โหลดไฟล์ส่วนขยาย BuscacursosUC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BuscacursosUC BuscacursosUC
ID fpekhaphlfpegpemjbcnekgbhkdkhgma
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fpekhaphlfpegpemjbcnekgbhkdkhgma
คำอธิบาย Guarda diferentes horarios en el buscacursos UC
ขนาดไฟล์ 31.88 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2021-07-27
วันที่เผยแพร่ 2019-12-13
ผู้พัฒนา pdpino
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pdpino/buscacursos-uc-plugin
ภาษาที่รองรับ 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
}