NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
O que é NY Times via AADL?
NY Times via AADL é uma extensão do Chrome desenvolvida por timsaucer, e sua principal característica é "Redirect links to the NY Times through the Ann Arbor District Library.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NY Times via AADL
Baixe arquivos de extensão NY Times via AADL 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
Redirect links to the NY Times through the Ann Arbor District Library. A valid library account with the AADL is required. This will give you an icon in the address bar when you are on either the NY Times site or the AADL redirected site that allows you to switch back and forth with a single click. You must be logged into AADL.
Informações Básicas da Extensão
Nome | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
URL Oficial | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Descrição | Redirect links to the NY Times through the Ann Arbor District Library. |
Tamanho do Arquivo | 11.25 KB |
Contagem de Instalações | 136 |
Versão Atual | 1.1 |
Última Atualização | 2020-12-03 |
Data de Publicação | 2020-12-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | timsaucer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NY Times via AADL", "version": "1.1", "description": "Redirect links to the NY Times through the Ann Arbor District Library.", "page_action": { "default_icon": { "48": "icons\/nytimes-aadl-48.png" }, "show_matches": [ "*:\/\/www.nytimes.com\/*", "*:\/\/www-nytimes-com.research.aadl.org\/*" ] }, "background": { "scripts": [ "redirect.js" ] }, "permissions": [ "tabs" ] } |