Wayback Images
With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.
Wayback Imagesとは何ですか?
Wayback Imagesはyldzhanhandanによって開発されたChromeの拡張機能で、その主な機能は「With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any.」です。
拡張機能のスクリーンショット
Wayback Images拡張機能のCRXファイルをダウンロード
Wayback Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For the best effect, click its icon after the site has fully loaded. 拡張機能の基本情報
| 名前 | |
| ID | dgemigkanhiejpcmhimojfmanolcpcgp |
| 公式URL | https://chromewebstore.google.com/detail/wayback-images/dgemigkanhiejpcmhimojfmanolcpcgp |
| 説明 | With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any. |
| ファイルサイズ | 70.12 KB |
| インストール数 | 1,110 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2017-11-28 |
| 公開日 | 2017-11-28 |
| 評価 | 3.80/5 合計 5 レビュー |
| 開発者 | yldzhanhandan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://sites.google.com/view/bagofextensions |
| 対応言語 | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wayback Images",
"version": "1.3",
"default_locale": "en",
"description": "__MSG_chrome_extension_description__",
"icons": {
"128": "icon_128.png"
},
"background": {
"persistent": false,
"scripts": [
"main.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"js": [
"jquery-3.2.1.slim.js"
],
"all_frames": false,
"run_at": "document_end"
}
],
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_icon": {
"19": "icon_19.png"
},
"default_title": ""
}
} | |