Whitehouse.gov Archive Helper

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

Co je Whitehouse.gov Archive Helper?

Whitehouse.gov Archive Helper je rozšíření Chrome vyvinuté Digital44, a jeho hlavní funkcí je „Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Whitehouse.gov Archive Helper

Stáhněte si soubory rozšíření Whitehouse.gov Archive Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
Oficiální URL https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Popis Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Velikost souboru 23.44 KB
Počet instalací 24
Aktuální Verze 1.0.5
Poslední Aktualizace 2017-03-03
Datum Vydání 2017-03-02
Vývojář Digital44
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Digital44/whitehouse.gov-redirect
Podporované Jazyky 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"
        ]
    }
}