Time Travel

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

Co to jest Time Travel?

Time Travel to rozszerzenie Chrome opracowane przez http://djuptho.com, a jego główną funkcją jest „Use this extension to easily check how the web page you're visiting looked like in the past.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time Travel

Pobierz pliki rozszerzeń Time Travel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
Oficjalny URL https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
Opis Use this extension to easily check how the web page you're visiting looked like in the past.
Rozmiar pliku 26.23 KB
Liczba instalacji 635
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-11-04
Data Publikacji 2017-11-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://djuptho.com
Typ Płatności free
Strona Rozszerzenia https://github.com/djuptho/dev_portfolio/tree/master/time_travel
Obsługiwane Języki 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"
    ]
}