Whitehouse.gov Archive Helper

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

Whitehouse.gov Archive Helper là gì?

Whitehouse.gov Archive Helper là một tiện ích mở rộng Chrome được phát triển bởi Digital44, và tính năng chính của nó là "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whitehouse.gov Archive Helper

Tải xuống các tệp mở rộng Whitehouse.gov Archive Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
URL Chính Thức https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Mô tả Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Kích Thước Tệp 23.44 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2017-03-03
Ngày Phát Hành 2017-03-02
Nhà Phát Triển Digital44
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Digital44/whitehouse.gov-redirect
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}