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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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