Whitehouse.gov Archive Helper
Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Cos'è Whitehouse.gov Archive Helper?
Whitehouse.gov Archive Helper è un'estensione di Chrome sviluppata da Digital44, e la sua funzione principale è "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whitehouse.gov Archive Helper
Scarica i file di estensione Whitehouse.gov Archive Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Whitehouse.gov Archive Helper |
ID | bcllkdmaebllgfjplpjkdaaekpjnhmka |
URL Ufficiale | https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka |
Descrizione | Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s |
Dimensione del File | 23.44 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2017-03-03 |
Data di Pubblicazione | 2017-03-02 |
Sviluppatore | Digital44 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Digital44/whitehouse.gov-redirect |
Lingue Supportate | 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" ] } } |