Whitehouse.gov Archive Helper
Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
What is Whitehouse.gov Archive Helper?
Whitehouse.gov Archive Helper is a Chrome extension developed by Digital44, and its main feature is "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".
Extension Screenshots
Download Whitehouse.gov Archive Helper Extension CRX File
Download Whitehouse.gov Archive Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Whitehouse.gov Archive Helper |
ID | bcllkdmaebllgfjplpjkdaaekpjnhmka |
Official URL | https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka |
Description | Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s |
File Size | 23.44 KB |
Installation Count | 24 |
Current Version | 1.0.5 |
Last Updated | 2017-03-03 |
Publish Date | 2017-03-02 |
Developer | Digital44 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Digital44/whitehouse.gov-redirect |
Supported Languages | 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" ] } } |