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はDigital44によって開発されたChromeの拡張機能で、その主な機能は「Redirects to the archived whitehouse.gov if the current whitehouse.gov 404s or 403s」です。
拡張機能のスクリーンショット
Whitehouse.gov Archive Helper拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } } |