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