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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Go Back in Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}