Wayback Machine Lookup

Reopen the current tab in the Wayback Machine

Wayback Machine Lookupคืออะไร?

Wayback Machine Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benjamin Barenblat และคุณลักษณะหลักของมันคือ "Reopen the current tab in the Wayback Machine"

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

screenshot

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

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

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

                        Adds a Wayback Machine button to your browser toolbar. When you click it, it searches for the current tab in the Wayback Machine. Small, simple, and requires no permissions.

Licensed under the Apache License, version 2.0. Source: https://git.benjamin.barenblat.name/wayback-machine-button

The extension icon is the "library" icon (https://thenounproject.com/term/library/1244000) by Kavya from the Noun Project (https://thenounproject.com).                    

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

ชื่อ Wayback Machine Lookup Wayback Machine Lookup
ID elglafmpaeiffddlclplkhgkplbdccca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wayback-machine-lookup/elglafmpaeiffddlclplkhgkplbdccca
คำอธิบาย Reopen the current tab in the Wayback Machine
ขนาดไฟล์ 6.92 KB
จำนวนการติดตั้ง 1,785
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-10-25
วันที่เผยแพร่ 2020-03-03
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Benjamin Barenblat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Reopen the current tab in the Wayback Machine"
    },
    "author": "Benjamin Barenblat ",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Reopen the current tab in the Wayback Machine",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Wayback Machine Lookup",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeContent",
        "storage"
    ],
    "version": "2.0.0"
}