WaybackMachine

web.archive.org unofficial WaybackMachine extension

Vad är WaybackMachine?

WaybackMachine är en Chrome-tillägg utvecklad av Mohammad Hussein, och dess huvudfunktion är "web.archive.org unofficial WaybackMachine extension".

Tilläggsskärmbilder

screenshot

Ladda ner WaybackMachine-förlängningens CRX-fil

Ladda ner WaybackMachine-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

                        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.                    

Grundläggande Information om Tillägg

Namn WaybackMachine WaybackMachine
ID gofnhkhaadkoabedkchceagnjjicaihi
Officiell webbadress https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi
Beskrivning web.archive.org unofficial WaybackMachine extension
Filstorlek 63.26 KB
Antal Installationer 4,451
Aktuell Version 1.1
Senast Uppdaterad 2016-03-18
Publiceringsdatum 2016-03-18
Betyg 3.42/5 Totalt 24 Betyg
Utvecklare Mohammad Hussein
Betalningssätt free
Stödda Språk 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"
    }
}