Whitehouse.gov Archive Helper
Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Co to jest Whitehouse.gov Archive Helper?
Whitehouse.gov Archive Helper to rozszerzenie Chrome opracowane przez Digital44, a jego główną funkcją jest „Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Whitehouse.gov Archive Helper
Pobierz pliki rozszerzeń Whitehouse.gov Archive Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Whitehouse.gov Archive Helper |
ID | bcllkdmaebllgfjplpjkdaaekpjnhmka |
Oficjalny URL | https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka |
Opis | Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s |
Rozmiar pliku | 23.44 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2017-03-03 |
Data Publikacji | 2017-03-02 |
Deweloper | Digital44 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Digital44/whitehouse.gov-redirect |
Obsługiwane Języki | 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" ] } } |