Go Back in Time

Go back in time and see how a specific page used to look using a variety of page caching/archiving services

ما هو Go Back in Time؟

Go Back in Time هو إضافة Chrome تم تطويرها بواسطة Danny Pesses، والميزة الرئيسية لها هي "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

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

screenshot

تحميل ملف CRX للإضافة Go Back in Time

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

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

                        Based on the Firefox plugin Resurrect Pages, "Go Back in Time" allows you to view cached version of a web page through the following caching/mirror services:

    • CoralCDN
    • Google Cache
    • The Internet Archive
    • Yahoo! Cache
    • MSN Cache
    • Gigablast Cache
    • WebCite                    

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

الاسم Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
الوصف Go back in time and see how a specific page used to look using a variety of page caching/archiving services
حجم الملف 38.93 KB
عدد التثبيتات 7,000
النسخة الحالية 0.1
آخر تحديث 2015-08-12
تاريخ النشر 2015-08-12
تقييم 3.00/5 مجموع تقييمات 14
المطور Danny Pesses
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Go back in time and see how a specific page used to look using a variety of page caching\/archiving services",
    "icons": {
        "128": "icon-128.png",
        "16": "menu-icon.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Go Back in Time",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1"
}