UCCOM Extension
Making your tech life at UCCOM easier!
O que é UCCOM Extension?
UCCOM Extension é uma extensão do Chrome desenvolvida por quinnhosler, e sua principal característica é "Making your tech life at UCCOM easier!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão UCCOM Extension
Baixe arquivos de extensão UCCOM Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Frustrated when the 'k' button won't pause videos on Pathoma? Well, no more! Most keyboard shortcuts that work on Echo360 now also work on Pathoma. Happy studying! Current features include keyboard shortcuts and 0.1x increments for Echo360/Pathoma, personal and class averages for MedOneStop, and labels for all those pesky ribbons on LCMS+! Current limitations include... idk, I've been fixing most of them. Let me know what you think! If you have any suggestions for new features, let me know!
Informações Básicas da Extensão
Nome | UCCOM Extension |
ID | ffkdddgaiapgnmbciijkhmnmccamaahb |
URL Oficial | https://chromewebstore.google.com/detail/uccom-extension/ffkdddgaiapgnmbciijkhmnmccamaahb |
Descrição | Making your tech life at UCCOM easier! |
Tamanho do Arquivo | 753 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.2.3 |
Última Atualização | 2019-04-03 |
Data de Publicação | 2019-04-02 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | quinnhosler |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/quinnhosler/UCCOM_Extension |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UCCOM Extension", "description": "Making your tech life at UCCOM easier!", "version": "1.2.3", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/echo360.org\/", "http:\/\/echo360.org\/", "https:\/\/comdo-wcnlb.uc.edu\/", "https:\/\/medicineonline.uc.edu\/", "http:\/\/www.pathoma.com\/", "https:\/\/www.pathoma.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |