Bajar Mi horario V0.1
Esta extención te ayuda a bajar el horario en formato json (un formato amigable que podremos manipular a nuestro antojo)
Was ist Bajar Mi horario V0.1?
Bajar Mi horario V0.1 ist eine Chrome-Erweiterung, die von Dezka Reid entwickelt wurde, und ihr Hauptmerkmal ist "Esta extención te ayuda a bajar el horario en formato json (un formato amigable que podremos manipular a nuestro antojo)".
Bajar Mi horario V0.1-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bajar Mi horario V0.1-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
Esta extención te ayuda a bajar el horario en formato json (un formato amigable que podremos manipular a nuestro antojo)
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | pfppghchoghgofaggnecajleelcobapo |
Offizielle URL | https://chrome.google.com/webstore/detail/bajar-mi-horario-v01/pfppghchoghgofaggnecajleelcobapo |
Beschreibung | Esta extención te ayuda a bajar el horario en formato json (un formato amigable que podremos manipular a nuestro antojo) |
Dateigröße | 59.27 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-06 |
Veröffentlichungsdatum | 2014-01-06 |
Entwickler | Dezka Reid |
Zahlungsart | free |
Unterstützte Sprachen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bajar Mi horario V0.1", "description": "Esta extenci\u00f3n te ayuda a bajar el horario en formato json (un formato amigable que podremos manipular a nuestro antojo)", "version": "1.0", "icons": { "16": "d1.png", "48": "d2.png", "128": "d3.png" }, "permissions": [ "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/dsiapes.uv.mx\/MiUVEstudiantes\/portales\/estudiantes\/szirepho.aspx" ], "js": [ "jquery.js", "horarios.js" ] } ], "browser_action": { "default_icon": "d1.png", "default_title": "Baja Horario", "default_popup": "principal.html" } } |