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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yldzhanhandan และคุณลักษณะหลักของมันคือ "With one click, restores broken images by using the most recent version archived on the Wayback Machine if there is any."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wayback Images

ดาวน์โหลดไฟล์ส่วนขยาย Wayback Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For the best effect, click its icon after the site has fully loaded.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wayback Images Wayback Images
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
อีเมล [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": ""
    }
}