Whitehouse.gov Archive Helper
Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
O que é Whitehouse.gov Archive Helper?
Whitehouse.gov Archive Helper é uma extensão do Chrome desenvolvida por Digital44, e sua principal característica é "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Whitehouse.gov Archive Helper
Baixe arquivos de extensão Whitehouse.gov Archive Helper 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
On Jan 20th 2017, the contents of whitehouse.gov under the Obama administration were migrated to the National Archives and hosted at obamawhitehouse.archives.gov. However, this resulted in broken links and unusable Google results. This is a simple Chrome extension that tries to redirect if the current whitehouse.gov returns can't find the page.
Informações Básicas da Extensão
Nome | Whitehouse.gov Archive Helper |
ID | bcllkdmaebllgfjplpjkdaaekpjnhmka |
URL Oficial | https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka |
Descrição | Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s |
Tamanho do Arquivo | 23.44 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0.5 |
Última Atualização | 2017-03-03 |
Data de Publicação | 2017-03-02 |
Desenvolvedor | Digital44 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Digital44/whitehouse.gov-redirect |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whitehouse.gov Archive Helper", "short_name": "WH.gov Redirect", "version": "1.0.5", "description": "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s", "author": "David Chang", "homepage_url": "https:\/\/github.com\/liyanchang\/whitehouse.gov-redirect", "minimum_chrome_version": "32", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "webRequest", "*:\/\/*.whitehouse.gov\/*" ], "background": { "scripts": [ "main.js" ] } } |