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