WaybackMachine

web.archive.org unofficial WaybackMachine extension

Co je WaybackMachine?

WaybackMachine je rozšíření Chrome vyvinuté Mohammad Hussein, a jeho hlavní funkcí je „web.archive.org unofficial WaybackMachine extension“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WaybackMachine

Stáhněte si soubory rozšíření WaybackMachine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify.

If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.                    

Základní Informace o Rozšíření

Název WaybackMachine WaybackMachine
ID gofnhkhaadkoabedkchceagnjjicaihi
Oficiální URL https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi
Popis web.archive.org unofficial WaybackMachine extension
Velikost souboru 63.26 KB
Počet instalací 4,451
Aktuální Verze 1.1
Poslední Aktualizace 2016-03-18
Datum Vydání 2016-03-18
Hodnocení 3.42/5 Celkem 24 Hodnocení
Vývojář Mohammad Hussein
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaybackMachine",
    "description": "web.archive.org unofficial WaybackMachine extension",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}