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是由Digital44开发的Chrome扩展程序,该扩展的主要功能是“Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s”。

扩展截图

screenshot

下载Whitehouse.gov Archive Helper扩展crx文件

下载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"
        ]
    }
}