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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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