Whitehouse.gov Archive Helper

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

Qu'est-ce que Whitehouse.gov Archive Helper ?

Whitehouse.gov Archive Helper est une extension Chrome développée par Digital44, et sa fonction principale est "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whitehouse.gov Archive Helper

Téléchargez les fichiers d'extension Whitehouse.gov Archive Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
URL Officiel https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Description Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Taille du Fichier 23.44 KB
Nombre d'Installations 24
Version Actuelle 1.0.5
Dernière Mise à Jour 2017-03-03
Date de Publication 2017-03-02
Développeur Digital44
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Digital44/whitehouse.gov-redirect
Langues Prises en Charge 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"
        ]
    }
}