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
官方網址 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"
        ]
    }
}