Time Travel

Use this extension to easily check how the web page you're visiting looked like in the past.

Vad är Time Travel?

Time Travel är en Chrome-tillägg utvecklad av http://djuptho.com, och dess huvudfunktion är "Use this extension to easily check how the web page you're visiting looked like in the past.".

Tilläggsskärmbilder

screenshot

Ladda ner Time Travel-förlängningens CRX-fil

Ladda ner Time Travel-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

                        The Time Travel extension is a tool for everyone with an interest in internet history. 
The extension takes you back in time, displaying copies of the web page since the day the web page was created.                    

Grundläggande Information om Tillägg

Namn Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
Officiell webbadress https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
Beskrivning Use this extension to easily check how the web page you're visiting looked like in the past.
Filstorlek 26.23 KB
Antal Installationer 635
Aktuell Version 1.0
Senast Uppdaterad 2017-11-04
Publiceringsdatum 2017-11-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://djuptho.com
Betalningssätt free
Tilläggswebbplats https://github.com/djuptho/dev_portfolio/tree/master/time_travel
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Travel",
    "short_name": "A handy tool for all internet users that takes the page back in time",
    "description": "Use this extension to easily check how the web page you're visiting looked like in the past.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}