Wayback

Go to the Internet Archive version of this site

ما هو Wayback؟

Wayback هو إضافة Chrome تم تطويرها بواسطة Nickelberry، والميزة الرئيسية لها هي "Go to the Internet Archive version of this site".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wayback

قم بتنزيل ملفات الامتداد Wayback بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.                    

معلومات أساسية عن التمديد

الاسم Wayback Wayback
ID mlejbifafhaiaeioklpmhgodeonlcajh
عنوان URL الرسمي https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh
الوصف Go to the Internet Archive version of this site
حجم الملف 11.71 KB
عدد التثبيتات 21
النسخة الحالية 1.2
آخر تحديث 2021-06-21
تاريخ النشر 2021-06-06
المطور Nickelberry
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback",
    "description": "Go to the Internet Archive version of this site",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Check the archive"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}