Whitehouse.gov Archive Helper

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

Apa itu Whitehouse.gov Archive Helper?

Whitehouse.gov Archive Helper adalah ekstensi Chrome yang dikembangkan oleh Digital44, dan fitur utamanya adalah "Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whitehouse.gov Archive Helper

Unduh file ekstensi Whitehouse.gov Archive Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Whitehouse.gov Archive Helper Whitehouse.gov Archive Helper
ID bcllkdmaebllgfjplpjkdaaekpjnhmka
URL Resmi https://chromewebstore.google.com/detail/whitehousegov-archive-hel/bcllkdmaebllgfjplpjkdaaekpjnhmka
Deskripsi Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s
Ukuran File 23.44 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2017-03-03
Tanggal Publikasi 2017-03-02
Pengembang Digital44
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Digital44/whitehouse.gov-redirect
Bahasa yang Didukung 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"
        ]
    }
}