Whitehouse.gov Archive Helper

Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s

Wat is Whitehouse.gov Archive Helper?

Whitehouse.gov Archive Helper is een Chrome-extensie ontwikkeld door Digital44, en de belangrijkste functie is "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Whitehouse.gov Archive Helper

Download Whitehouse.gov Archive Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
Officiële URL https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Beschrijving Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Bestandsgrootte 23.44 KB
Aantal Installaties 24
Huidige Versie 1.0.5
Laatst Bijgewerkt 2017-03-03
Publicatiedatum 2017-03-02
Ontwikkelaar Digital44
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Digital44/whitehouse.gov-redirect
Ondersteunde Talen 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"
        ]
    }
}