Whitehouse.gov Archive Helper

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

Что такое Whitehouse.gov Archive Helper?

Whitehouse.gov Archive Helper - это расширение Chrome, разработанное Digital44, и его основная функция - "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Whitehouse.gov Archive Helper

Скачайте файлы расширений Whitehouse.gov Archive Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
Официальный URL https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Описание Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Размер файла 23.44 KB
Количество установок 24
Текущая Версия 1.0.5
Последнее Обновление 2017-03-03
Дата публикации 2017-03-02
Разработчик Digital44
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Digital44/whitehouse.gov-redirect
Поддерживаемые языки 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"
        ]
    }
}