Whitehouse.gov Archive Helper
Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Hvad er Whitehouse.gov Archive Helper?
Whitehouse.gov Archive Helper er en Chrome-udvidelse udviklet af Digital44, og dens hovedfunktion er "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".
Udvidelsesskærmbilleder
Download Whitehouse.gov Archive Helper-udvidelses-CRX-fil
Download Whitehouse.gov Archive Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Whitehouse.gov Archive Helper |
ID | bcllkdmaebllgfjplpjkdaaekpjnhmka |
Officiel URL | https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka |
Beskrivelse | Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s |
Filstørrelse | 23.44 KB |
Antal Installationer | 24 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2017-03-03 |
Udgivelsesdato | 2017-03-02 |
Udvikler | Digital44 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Digital44/whitehouse.gov-redirect |
Understøttede Sprog | 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" ] } } |