Whitehouse.gov Archive Helper

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

Vad är Whitehouse.gov Archive Helper?

Whitehouse.gov Archive Helper är en Chrome-tillägg utvecklad av Digital44, och dess huvudfunktion är "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Tilläggsskärmbilder

screenshot

Ladda ner Whitehouse.gov Archive Helper-förlängningens CRX-fil

Ladda ner Whitehouse.gov Archive Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
Officiell webbadress https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Beskrivning Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Filstorlek 23.44 KB
Antal Installationer 24
Aktuell Version 1.0.5
Senast Uppdaterad 2017-03-03
Publiceringsdatum 2017-03-02
Utvecklare Digital44
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Digital44/whitehouse.gov-redirect
Stödda Språk 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"
        ]
    }
}