myASUedu
Launch my.asu.edu in a new tab.
O que é myASUedu?
myASUedu é uma extensão do Chrome desenvolvida por lukethebook333, e sua principal característica é "Launch my.asu.edu in a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão myASUedu
Baixe arquivos de extensão myASUedu 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
This is the original ASU Extension! This enables you to have quick access to the following: [|] my.ASU.edu [|] BlackBoard [|] System Status [|] ASU Map [|] Class Schedule [|] My Finances [|] Transit & Parking [|] ASU Directory [|] ASU Events If you enjoyed the app, consider making a donation at http://lukethebook.me/
Informações Básicas da Extensão
Nome | |
ID | aebcinlfcnnjpdggjjbogbndlnjjoebn |
URL Oficial | https://chrome.google.com/webstore/detail/myasuedu/aebcinlfcnnjpdggjjbogbndlnjjoebn |
Descrição | Launch my.asu.edu in a new tab. |
Tamanho do Arquivo | 254 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.0 |
Última Atualização | 2013-10-21 |
Data de Publicação | 2013-10-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | lukethebook333 |
Tipo de Pagamento | free |
Site da Extensão | http://lukethebook.me/ |
URL da Página de Ajuda | http://lukethebook.me/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "myASUedu", "version": "1.0", "description": "Launch my.asu.edu in a new tab.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "bg.html" }, "permissions": [ "tabs" ] } |