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

Vad är Go Back in Time?

Go Back in Time är en Chrome-tillägg utvecklad av Danny Pesses, och dess huvudfunktion är "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

Tilläggsskärmbilder

screenshot

Ladda ner Go Back in Time-förlängningens CRX-fil

Ladda ner Go Back in Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
Officiell webbadress https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
Beskrivning Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Filstorlek 38.93 KB
Antal Installationer 7,000
Aktuell Version 0.1
Senast Uppdaterad 2015-08-12
Publiceringsdatum 2015-08-12
Betyg 3.00/5 Totalt 14 Betyg
Utvecklare Danny Pesses
Betalningssätt free
Stödda Språk 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"
}